Skip to content

Commit

Permalink
chore(release): 2.0.1-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
vidavidorra-release committed Jun 22, 2023
1 parent 5c8627a commit 80e2103
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [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)

### Build System

- change ESM import to plugin to prevent import errors ([c185ce3](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c185ce3e4151fd943366bae022fede85828c8c48))

### Continuous Integration

- rename commitlint config to CommonJS to prevent commitlint module load error ([5c8627a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/5c8627a73da97597176ca123f5ffc74ea0a99b78))

## [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)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.1-beta.1",
"version": "2.0.1-beta.2",
"description": "commitlint plugin to define rules as functions.",
"keywords": [
"commitlint",
Expand Down

0 comments on commit 80e2103

Please sign in to comment.