Skip to content

Commit be58187

Browse files
author
vidavidorra-release
committed
chore(release): 1.3.2 [skip ci]
### [1.3.2](v1.3.1...v1.3.2) (2021-02-27) ### Bug Fixes * move @commitlint/types dependency to dev dependencies ([cbec26a](cbec26a)), closes [#150](#150) ### Styles * add ESLint ignore file to enable linting of dotfiles ([69b7675](69b7675))
1 parent cbec26a commit be58187

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### [1.3.2](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.3.1...v1.3.2) (2021-02-27)
2+
3+
### Bug Fixes
4+
5+
- move @commitlint/types dependency to dev dependencies ([cbec26a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/cbec26ac8e4090e68d4786cfaa8e19c96483992e)), closes [#150](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/150)
6+
7+
### Styles
8+
9+
- add ESLint ignore file to enable linting of dotfiles ([69b7675](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/69b767587d29883ae5613bf9eef6f10b55397aa1))
10+
111
### [1.3.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.3.0...v1.3.1) (2021-02-24)
212

313
### Bug Fixes

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.3.1",
3+
"version": "1.3.2",
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)