Skip to content

Commit

Permalink
chore(release): 1.1.21 [skip ci]
Browse files Browse the repository at this point in the history
### [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))
  • Loading branch information
vidavidorra-release committed Feb 13, 2021
1 parent 5bc52ea commit ceeaaeb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### [1.1.21](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.20...v1.1.21) (2021-02-13)

### Continuous Integration

- remove `chore` commit type from changelog (generation) ([8b658c6](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8b658c638940e03828a76e06da5852c87e4dfa64))
- **release:** format changelog during release ([90611dd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/90611dd29d72c93d089f04d1c167ecc45a82ff17))

### Build System

- set `esModuleInterop` to `true` to fix `@commitlint/types` import ([5bc52ea](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/5bc52eab6aff64d2481e3bf7383d599ec7647e4b))

### [1.1.20](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.19...v1.1.20) (2020-10-25)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-plugin-function-rules",
"version": "1.1.20",
"version": "1.1.21",
"description": "commitlint plugin to define rules as functions.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit ceeaaeb

Please sign in to comment.