Skip to content

Commit fdbf9d3

Browse files
author
vidavidorra-release
committed
chore(release): 2.0.1-beta.1 [skip ci]
## [2.0.1-beta.1](v2.0.0...v2.0.1-beta.1) (2023-06-21) ### ⚠ 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))
1 parent bf15a8a commit fdbf9d3

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.0.1-beta.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v2.0.0...v2.0.1-beta.1) (2023-06-21)
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+
111
## [2.0.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.7.1...v2.0.0) (2023-06-19)
212

313
### ⚠ BREAKING CHANGES

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

0 commit comments

Comments
 (0)