diff --git a/CHANGELOG.md b/CHANGELOG.md index 59450642..dc9146af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [3.10.27](https://github.com/ridedott/release-me-action/compare/v3.10.26...v3.10.27) (2024-05-16) + +### Chores + +- **deps-dev:** bump @ridedott/eslint-config from 2.27.104 to 2.27.106 + ([3e916c7](https://github.com/ridedott/release-me-action/commit/3e916c7b25b6f1e05e3a8fc31dc4e0c52013e36e)) +- **deps-dev:** bump @ridedott/eslint-config from 2.27.106 to 2.27.107 + ([910caee](https://github.com/ridedott/release-me-action/commit/910caee8c4eccbdf288603d9b807881a5f347a01)) +- **deps-dev:** bump @swc/core from 1.5.5 to 1.5.6 + ([092b9a9](https://github.com/ridedott/release-me-action/commit/092b9a9287e5415ac470685a9676d5f82678d6b6)) +- **deps-dev:** bump @swc/core from 1.5.6 to 1.5.7 + ([215b147](https://github.com/ridedott/release-me-action/commit/215b1479706bd37c1ae65230877d87b204c56ae2)) +- **deps-dev:** bump @types/node from 20.12.11 to 20.12.12 + ([39d83a2](https://github.com/ridedott/release-me-action/commit/39d83a21ab6263328d5eda63fdc2a945a5a33a05)) +- **deps:** bump @semantic-release/github from 10.0.3 to 10.0.4 + ([cbdfef5](https://github.com/ridedott/release-me-action/commit/cbdfef50483fb250376648fb6d67bf6323f4558f)) + ## [3.10.26](https://github.com/ridedott/release-me-action/compare/v3.10.25...v3.10.26) (2024-05-10) ### Chores diff --git a/package-lock.json b/package-lock.json index 9618548a..ca390d73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/release-me-action", - "version": "3.10.26", + "version": "3.10.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ridedott/release-me-action", - "version": "3.10.26", + "version": "3.10.27", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 47b8c42f..50821edf 100644 --- a/package.json +++ b/package.json @@ -109,5 +109,5 @@ "types": "tsc --noEmit" }, "type": "module", - "version": "3.10.26" + "version": "3.10.27" }