From 80e2103ee783ee630e8c6dbbcad7bc399f1fb5bf Mon Sep 17 00:00:00 2001 From: vidavidorra-release <65564857+vidavidorra-release@users.noreply.github.com> Date: Thu, 22 Jun 2023 13:18:51 +0000 Subject: [PATCH] chore(release): 2.0.1-beta.2 [skip ci] ## [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)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc63f21..b1b6b807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index c7bf2f7e..8e59ed9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commitlint-plugin-function-rules", - "version": "2.0.1-beta.1", + "version": "2.0.1-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "commitlint-plugin-function-rules", - "version": "2.0.1-beta.1", + "version": "2.0.1-beta.2", "license": "GPL-3.0-or-later", "devDependencies": { "@ava/typescript": "4.0.0", diff --git a/package.json b/package.json index b2be4f86..f786ae79 100644 --- a/package.json +++ b/package.json @@ -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",