Skip to content

Commit 890b3fc

Browse files
author
vidavidorra-release
committed
chore(release): 1.6.1 [skip ci]
### [1.6.1](v1.6.0...v1.6.1) (2022-04-17) ### Bug Fixes * **function-rule:** return success if the function rule is `undefined` ([82047c3](82047c3)) ### Tests * use AVA for testing instead of Jest ([3c4a469](3c4a469)) ### Code Refactoring * **function-rule:** fail fast by checking potential failures and quick returns first ([c303b72](c303b72)) * **rules:** remove `Rule<unknown>` cast ([8e09a33](8e09a33)), closes [conventional-changelog/commitlint#2146](conventional-changelog/commitlint#2146) ### Continuous Integration * remove build check from pre-commit check as it is already covered by the test ([84e415f](84e415f)) * use `npm test` script for CI tests ([acbb2c9](acbb2c9))
1 parent e428a80 commit 890b3fc

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
### [1.6.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.6.0...v1.6.1) (2022-04-17)
2+
3+
### Bug Fixes
4+
5+
- **function-rule:** return success if the function rule is `undefined` ([82047c3](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/82047c36d3e197ba815e5e04c10d17a20de7544a))
6+
7+
### Tests
8+
9+
- use AVA for testing instead of Jest ([3c4a469](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3c4a46940c5a6f868edf5ed815e1f7d4843e3fff))
10+
11+
### Code Refactoring
12+
13+
- **function-rule:** fail fast by checking potential failures and quick returns first ([c303b72](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c303b729c6dd1fa217dd51ec0e4cf563a7fdc769))
14+
- **rules:** remove `Rule<unknown>` cast ([8e09a33](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8e09a330f28b2e2a208ac339368324f980d999c9)), closes [conventional-changelog/commitlint#2146](https://github.com/conventional-changelog/commitlint/issues/2146)
15+
16+
### Continuous Integration
17+
18+
- remove build check from pre-commit check as it is already covered by the test ([84e415f](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/84e415fb20d275d058995a266554ceb7897725ef))
19+
- use `npm test` script for CI tests ([acbb2c9](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/acbb2c96165359f776fafe72f774770a66b2dc32))
20+
121
## [1.6.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.5.1...v1.6.0) (2021-12-26)
222

323
### Features

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

0 commit comments

Comments
 (0)