diff --git a/.chronus/changes/fix-code-scan-alter-2024-7-5-15-43-49.md b/.chronus/changes/fix-code-scan-alter-2024-7-5-15-43-49.md deleted file mode 100644 index 010806b..0000000 --- a/.chronus/changes/fix-code-scan-alter-2024-7-5-15-43-49.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Change versionKind to one of: breaking, feature, fix, internal -changeKind: fix -packages: - - "@chronus/chronus" ---- - -Fix regex performance issues diff --git a/packages/chronus/CHANGELOG.md b/packages/chronus/CHANGELOG.md index 1fdb856..5b1d363 100644 --- a/packages/chronus/CHANGELOG.md +++ b/packages/chronus/CHANGELOG.md @@ -1,5 +1,12 @@ # @chronus/chronus +## 0.12.1 + +### Bug Fixes + +- [#260](https://github.com/timotheeguerin/chronus/pull/260) Fix regex performance issues + + ## 0.12.0 ### Features diff --git a/packages/chronus/package.json b/packages/chronus/package.json index 49b5425..50e4f9b 100644 --- a/packages/chronus/package.json +++ b/packages/chronus/package.json @@ -1,6 +1,6 @@ { "name": "@chronus/chronus", - "version": "0.12.0", + "version": "0.12.1", "type": "module", "description": "chronus", "homepage": "https://github.com/timotheeguerin/chronus#readme", diff --git a/packages/github-pr-commenter/CHANGELOG.md b/packages/github-pr-commenter/CHANGELOG.md index 055a85e..906a777 100644 --- a/packages/github-pr-commenter/CHANGELOG.md +++ b/packages/github-pr-commenter/CHANGELOG.md @@ -1,5 +1,9 @@ # @chronus/github-pr-commenter +## 0.5.3 + +No changes, version bump only. + ## 0.5.2 No changes, version bump only. diff --git a/packages/github-pr-commenter/package.json b/packages/github-pr-commenter/package.json index c235d12..1aed4f0 100644 --- a/packages/github-pr-commenter/package.json +++ b/packages/github-pr-commenter/package.json @@ -1,6 +1,6 @@ { "name": "@chronus/github-pr-commenter", - "version": "0.5.2", + "version": "0.5.3", "type": "module", "description": "chronus", "homepage": "https://github.com/timotheeguerin/chronus#readme", diff --git a/packages/github/CHANGELOG.md b/packages/github/CHANGELOG.md index 2b792e6..74660ae 100644 --- a/packages/github/CHANGELOG.md +++ b/packages/github/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog - @chronus/github +## 0.4.3 + +No changes, version bump only. + ## 0.4.2 No changes, version bump only. diff --git a/packages/github/package.json b/packages/github/package.json index 03f02e9..6000ffa 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@chronus/github", - "version": "0.4.2", + "version": "0.4.3", "type": "module", "description": "chronus", "homepage": "https://github.com/timotheeguerin/chronus#readme",