Skip to content

Commit ceeaaeb

Browse files
author
vidavidorra-release
committed
chore(release): 1.1.21 [skip ci]
### [1.1.21](v1.1.20...v1.1.21) (2021-02-13) ### Continuous Integration * remove `chore` commit type from changelog (generation) ([8b658c6](8b658c6)) * **release:** format changelog during release ([90611dd](90611dd)) ### Build System * set `esModuleInterop` to `true` to fix `@commitlint/types` import ([5bc52ea](5bc52ea))
1 parent 5bc52ea commit ceeaaeb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### [1.1.21](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.20...v1.1.21) (2021-02-13)
2+
3+
### Continuous Integration
4+
5+
- remove `chore` commit type from changelog (generation) ([8b658c6](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8b658c638940e03828a76e06da5852c87e4dfa64))
6+
- **release:** format changelog during release ([90611dd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/90611dd29d72c93d089f04d1c167ecc45a82ff17))
7+
8+
### Build System
9+
10+
- set `esModuleInterop` to `true` to fix `@commitlint/types` import ([5bc52ea](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/5bc52eab6aff64d2481e3bf7383d599ec7647e4b))
11+
112
### [1.1.20](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.19...v1.1.20) (2020-10-25)
213

314
### Documentation

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