diff --git a/CHANGELOG.md b/CHANGELOG.md index 69da091a812..4f4d717a040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.10.93](https://github.com/ridedott/merge-me-action/compare/v2.10.92...v2.10.93) (2024-07-26) + +### Chores + +- **deps-dev:** bump cspell from 8.11.0 to 8.12.1 + ([2a62712](https://github.com/ridedott/merge-me-action/commit/2a62712a04d41f31c8322f6969d1af4d0dfa14d2)) +- **deps:** bump ridedott/release-me-action from 3.10.37 to 3.10.38 + ([dcd9ae9](https://github.com/ridedott/merge-me-action/commit/dcd9ae9018d8d955475f797a2d0ecea085e156da)) + ## [2.10.92](https://github.com/ridedott/merge-me-action/compare/v2.10.91...v2.10.92) (2024-07-23) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 001fc6d1504..489e7978e47 100644 Binary files a/dist/index.js.cache and b/dist/index.js.cache differ diff --git a/package-lock.json b/package-lock.json index b07586bd03a..e20f110b912 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.92", + "version": "2.10.93", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.92", + "version": "2.10.93", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 31a6101db3f..79de4e23bf5 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.92" + "version": "2.10.93" }