Skip to content

Commit

Permalink
Merge tag 'v0.2.1' into develop
Browse files Browse the repository at this point in the history
chore: bump to v0.2.1
  • Loading branch information
BenMaruchu committed Apr 17, 2019
2 parents c9ff287 + 786e0d5 commit 01743c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 0.2.1 (2019-04-17)

##### Chores

- **package.json:** update package version to 0.2.1 ([81d3d82d](https://github.com/CodeTanzania/majifix-service-request/commit/81d3d82d8a0c19e7d7fd1b5bf8ca97aea1603e20))

##### Refactors

- use environment variable instead of config files ([c9ff2878](https://github.com/CodeTanzania/majifix-service-request/commit/c9ff28785df9457ee56b8316f1a2f1f36ed46a32))

#### 0.2.0 (2019-04-17)

##### Build System / Dependencies
Expand Down
16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codetanzania/majifix-service-request",
"version": "0.2.0",
"version": "0.2.1",
"description": "A representation of an issue(or service request) reported by civilian(or customer).",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -101,19 +101,11 @@
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
"extends": ["@commitlint/config-conventional"]
},
"lint-staged": {
"*.{js}": [
"prettier --write",
"git add"
],
"*.{md,html}": [
"prettier --write",
"git add"
]
"*.{js}": ["prettier --write", "git add"],
"*.{md,html}": ["prettier --write", "git add"]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 01743c2

Please sign in to comment.