diff --git a/CHANGELOG.md b/CHANGELOG.md index 577e5e92b90..3de26759484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.10.95](https://github.com/ridedott/merge-me-action/compare/v2.10.94...v2.10.95) (2024-08-15) + +### Chores + +- **deps-dev:** bump lint-staged from 15.2.8 to 15.2.9 + ([bb1c93d](https://github.com/ridedott/merge-me-action/commit/bb1c93d9934ff934b4ddcbb7de56402dd05d7980)) +- **deps:** bump ridedott/release-me-action from 3.10.39 to 3.10.40 + ([edf72ec](https://github.com/ridedott/merge-me-action/commit/edf72ec600492c97ca946654d765d13995f78a00)) + ## [2.10.94](https://github.com/ridedott/merge-me-action/compare/v2.10.93...v2.10.94) (2024-08-12) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index ceaa3fcad56..43f01dfa130 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 2b3a502586e..c759848b0e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.94", + "version": "2.10.95", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.94", + "version": "2.10.95", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 13ab305b6ae..1e6082c02bd 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.94" + "version": "2.10.95" }