Skip to content

Commit

Permalink
chore(release): 1.1.8 [skip ci]
Browse files Browse the repository at this point in the history
### [1.1.8](v1.1.7...v1.1.8) (2020-09-27)

### Miscellaneous Chores

* **deps:** update dependency eslint to v7.10.0 ([#27](#27)) ([03069ae](03069ae))
* **deps:** update dependency eslint-config-prettier to v6.12.0 ([#26](#26)) ([7e0cdf0](7e0cdf0))

### Documentation

* add npm version badge ([a0fff5f](a0fff5f))
  • Loading branch information
vidavidorra-release committed Sep 27, 2020
1 parent a0fff5f commit 58af710
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### [1.1.8](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.7...v1.1.8) (2020-09-27)


### Miscellaneous Chores

* **deps:** update dependency eslint to v7.10.0 ([#27](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/27)) ([03069ae](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/03069ae49b63af29b7edbfb7646723b08431be64))
* **deps:** update dependency eslint-config-prettier to v6.12.0 ([#26](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/26)) ([7e0cdf0](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/7e0cdf0df67628b4f0cec9e97fe73557635eebbe))


### Documentation

* add npm version badge ([a0fff5f](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/a0fff5fb4b888e2604b2b28a3032e9d4bdbe5fd4))

### [1.1.7](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.6...v1.1.7) (2020-09-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-plugin-function-rules",
"version": "1.1.7",
"version": "1.1.8",
"description": "commitlint plugin to define rules as functions.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.js",
Expand Down

0 comments on commit 58af710

Please sign in to comment.