Skip to content

Commit 003becc

Browse files
author
vidavidorra-release
committed
chore(release): 1.1.17 [skip ci]
### [1.1.17](v1.1.16...v1.1.17) (2020-10-24) ### Bug Fixes * **package:** specify supported node engine to v10 (LTS) ([274ca4d](274ca4d)) ### Miscellaneous Chores * **deps:** update dependency eslint to v7.12.0 ([#53](#53)) ([1ca51c1](1ca51c1)) * **deps:** update dependency eslint-config-prettier to v6.14.0 ([#50](#50)) ([2740f84](2740f84)) * **deps:** update dependency ts-jest to v26.4.2 ([#52](#52)) ([1ee1a1a](1ee1a1a)) * **deps:** update jest monorepo to v26.6.1 ([#51](#51)) ([f73e40f](f73e40f))
1 parent 274ca4d commit 003becc

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### [1.1.17](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.16...v1.1.17) (2020-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** specify supported node engine to v10 (LTS) ([274ca4d](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/274ca4db478ae029e601203f8e18c480ebcb4d41))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **deps:** update dependency eslint to v7.12.0 ([#53](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/53)) ([1ca51c1](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/1ca51c189bf34f8563966f41e7d6c6e50210c8df))
12+
* **deps:** update dependency eslint-config-prettier to v6.14.0 ([#50](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/50)) ([2740f84](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/2740f8441e08d01dbfe1d37ed81b5c3102d5f96a))
13+
* **deps:** update dependency ts-jest to v26.4.2 ([#52](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/52)) ([1ee1a1a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/1ee1a1ae27de988e1bb2e90f5a789c214c030693))
14+
* **deps:** update jest monorepo to v26.6.1 ([#51](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/51)) ([f73e40f](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/f73e40f03ee3e73c1027b987ea54808f37be04fe))
15+
116
### [1.1.16](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.15...v1.1.16) (2020-10-20)
217

318

Diff for: package-lock.json

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

Diff for: 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.1.16",
3+
"version": "1.1.17",
44
"description": "commitlint plugin to define rules as functions.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)