Skip to content

Commit 7a65d50

Browse files
author
vidavidorra-release
committed
chore(release): 1.6.0 [skip ci]
## [1.6.0](v1.5.1...v1.6.0) (2021-12-26) ### Features * add support for commitlint v15 and v16 ([#178](#178)) ([324946f](324946f))
1 parent 324946f commit 7a65d50

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.6.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.5.1...v1.6.0) (2021-12-26)
2+
3+
### Features
4+
5+
- add support for commitlint v15 and v16 ([#178](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/178)) ([324946f](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/324946f166b5a9e6f3b14234cf71a78a62f3efde))
6+
17
### [1.5.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.5.0...v1.5.1) (2021-11-12)
28

39
### Continuous Integration

package-lock.json

+2-2
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.5.1",
3+
"version": "1.6.0",
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)