diff --git a/CHANGELOG.md b/CHANGELOG.md index 9624b61a0c2..a43efbb1252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.10.102](https://github.com/ridedott/merge-me-action/compare/v2.10.101...v2.10.102) (2024-09-06) + +### Chores + +- **deps:** bump ridedott/release-me-action from 3.10.46 to 3.10.47 + ([2bd754c](https://github.com/ridedott/merge-me-action/commit/2bd754cd2b2ebdd8d6fca047f46c117adcbe4a5a)) + ## [2.10.101](https://github.com/ridedott/merge-me-action/compare/v2.10.100...v2.10.101) (2024-09-05) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index ab598ae4e87..ab0db75c36d 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 acd25d2542f..72406bf5374 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.101", + "version": "2.10.102", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.101", + "version": "2.10.102", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 130cd7a94fd..674532d6d9b 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.101" + "version": "2.10.102" }