Skip to content

Commit 80e2103

Browse files
author
vidavidorra-release
committed
chore(release): 2.0.1-beta.2 [skip ci]
## [2.0.1-beta.2](v2.0.1-beta.1...v2.0.1-beta.2) (2023-06-22) ### Build System * change ESM import to plugin to prevent import errors ([c185ce3](c185ce3)) ### Continuous Integration * rename commitlint config to CommonJS to prevent commitlint module load error ([5c8627a](5c8627a))
1 parent 5c8627a commit 80e2103

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.0.1-beta.2](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v2.0.1-beta.1...v2.0.1-beta.2) (2023-06-22)
2+
3+
### Build System
4+
5+
- change ESM import to plugin to prevent import errors ([c185ce3](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c185ce3e4151fd943366bae022fede85828c8c48))
6+
7+
### Continuous Integration
8+
9+
- rename commitlint config to CommonJS to prevent commitlint module load error ([5c8627a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/5c8627a73da97597176ca123f5ffc74ea0a99b78))
10+
111
## [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)
212

313
### ⚠ BREAKING CHANGES

Diff for: package-lock.json

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

0 commit comments

Comments
 (0)