Skip to content

Commit 2243375

Browse files
author
vidavidorra-release
committed
chore(release): 1.0.8 [skip ci]
### [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))
1 parent 766f6f0 commit 2243375

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
### [1.0.8](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.7...v1.0.8) (2020-09-16)
2+
3+
4+
### Bug Fixes
5+
6+
* unpin peer dependency and set to major version 9 range ([766f6f0](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/766f6f02f471ec4b90f728856d86340a5875cd8c))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* name commitlint with lowercase ([d4f8c32](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/d4f8c327008fff952d1737ab6282a3af4c059b03))
12+
* **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))
13+
14+
15+
### Tests
16+
17+
* add end-to-end test ([3de942c](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3de942c8c3750a4b2d4dd69febb29a7c24385bc3))
18+
19+
20+
### Continuous Integration
21+
22+
* check build for type errors when linting ([dec4be8](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/dec4be82de18af68fc886b98880ad4ac507719ff))
23+
124
### [1.0.7](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.6...v1.0.7) (2020-09-14)
225

326

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-function-rules",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "commitlint plugin to define rules as functions.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.js",

0 commit comments

Comments
 (0)