diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0aa50db82..473496fbd83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.10.89](https://github.com/ridedott/merge-me-action/compare/v2.10.88...v2.10.89) (2024-07-09) + +### Chores + +- **deps-dev:** bump cspell from 8.10.0 to 8.10.2 + ([7166b24](https://github.com/ridedott/merge-me-action/commit/7166b24fa173514957ec94a9c652db12f5316290)) +- **deps:** bump ridedott/release-me-action from 3.10.34 to 3.10.35 + ([9878ec7](https://github.com/ridedott/merge-me-action/commit/9878ec72bfe583f6fe2242a454247f8f8f0b6476)) + ## [2.10.88](https://github.com/ridedott/merge-me-action/compare/v2.10.87...v2.10.88) (2024-07-02) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 02ec1afdf96..0d0d7d5ef5f 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 8f6c5f82d1e..d88fbb37c80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.88", + "version": "2.10.89", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.88", + "version": "2.10.89", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 8131b28862e..32fc5a5e4aa 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.88" + "version": "2.10.89" }