Skip to content

Commit

Permalink
chore(release): 1.0.8 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.8](v1.0.7...v1.0.8) (2020-09-16)

### Bug Fixes

* unpin peer dependency and set to major version 9 range ([766f6f0](766f6f0))

### Miscellaneous Chores

* name commitlint with lowercase ([d4f8c32](d4f8c32))
* **dev-deps:** update dependency prettier to v2.1.2 ([#14](#14)) ([c8c24f9](c8c24f9))

### Tests

* add end-to-end test ([3de942c](3de942c))

### Continuous Integration

* check build for type errors when linting ([dec4be8](dec4be8))
  • Loading branch information
vidavidorra-release committed Sep 16, 2020
1 parent 766f6f0 commit 2243375
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### [1.0.8](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.7...v1.0.8) (2020-09-16)


### Bug Fixes

* unpin peer dependency and set to major version 9 range ([766f6f0](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/766f6f02f471ec4b90f728856d86340a5875cd8c))


### Miscellaneous Chores

* name commitlint with lowercase ([d4f8c32](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/d4f8c327008fff952d1737ab6282a3af4c059b03))
* **dev-deps:** update dependency prettier to v2.1.2 ([#14](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/14)) ([c8c24f9](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c8c24f902b0ea834bc492eaf1e43f89d04b61805))


### Tests

* add end-to-end test ([3de942c](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3de942c8c3750a4b2d4dd69febb29a7c24385bc3))


### Continuous Integration

* check build for type errors when linting ([dec4be8](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/dec4be82de18af68fc886b98880ad4ac507719ff))

### [1.0.7](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.6...v1.0.7) (2020-09-14)


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.0.7",
"version": "1.0.8",
"description": "commitlint plugin to define rules as functions.",
"main": "dist/index.js",
"types": "dist/index.d.js",
Expand Down

0 comments on commit 2243375

Please sign in to comment.