Skip to content

Commit 4a6a248

Browse files
author
vidavidorra-release
committed
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2023-06-22) ### ⚠ BREAKING CHANGES * change to ES module, export is still an CommonJS module as that's required by commitlint ### Code Refactoring * change to ES module, export is still an CommonJS module as that's required by commitlint ([bf15a8a](bf15a8a)) ### Build System * change ESM import to plugin to prevent import errors ([c185ce3](c185ce3)) ### Styles * use bold link for branding in header ([5bb540f](5bb540f)) ### Continuous Integration * include Node.js v20 in testing and drop, almost EOL, v19 ([55a1856](55a1856)) * rename commitlint config to CommonJS to prevent commitlint module load error ([5c8627a](5c8627a))
1 parent 2e6058d commit 4a6a248

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [2.0.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v2.0.0...v2.0.1) (2023-06-22)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- change to ES module, export is still an CommonJS module as that's required by commitlint
6+
7+
### Code Refactoring
8+
9+
- change to ES module, export is still an CommonJS module as that's required by commitlint ([bf15a8a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/bf15a8ab3f19c939ff5c69b45a274fc45ecddc5d))
10+
11+
### Build System
12+
13+
- change ESM import to plugin to prevent import errors ([c185ce3](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c185ce3e4151fd943366bae022fede85828c8c48))
14+
15+
### Styles
16+
17+
- use bold link for branding in header ([5bb540f](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/5bb540f95a23b63fa3083c3604ba12067b0981d1))
18+
19+
### Continuous Integration
20+
21+
- include Node.js v20 in testing and drop, almost EOL, v19 ([55a1856](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/55a185616bf0c7c315aaf3c81701e9125865325a))
22+
- rename commitlint config to CommonJS to prevent commitlint module load error ([5c8627a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/5c8627a73da97597176ca123f5ffc74ea0a99b78))
23+
124
## [2.0.1-beta.3](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v2.0.1-beta.2...v2.0.1-beta.3) (2023-06-22)
225

326
### Styles

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": "2.0.1-beta.3",
3+
"version": "2.0.1",
44
"description": "commitlint plugin to define rules as functions.",
55
"keywords": [
66
"commitlint",

0 commit comments

Comments
 (0)