diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de26759484..0b13111d0d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.10.96](https://github.com/ridedott/merge-me-action/compare/v2.10.95...v2.10.96) (2024-08-16) + +### Chores + +- **deps:** bump ridedott/release-me-action from 3.10.40 to 3.10.41 + ([ac62e55](https://github.com/ridedott/merge-me-action/commit/ac62e557267070f84b962ceda0cf241862aa1b7d)) + ## [2.10.95](https://github.com/ridedott/merge-me-action/compare/v2.10.94...v2.10.95) (2024-08-15) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 43f01dfa130..d76ab47b57c 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 c759848b0e5..499c1a62963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.95", + "version": "2.10.96", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.95", + "version": "2.10.96", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 1e6082c02bd..3259def77fd 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.95" + "version": "2.10.96" }