diff --git a/CHANGELOG.md b/CHANGELOG.md index 6919950d7f5..0cc33d9d4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.10.106](https://github.com/ridedott/merge-me-action/compare/v2.10.105...v2.10.106) (2024-09-24) + +### Chores + +- **deps:** bump ridedott/release-me-action from 3.10.49 to 3.10.50 + ([ef5369c](https://github.com/ridedott/merge-me-action/commit/ef5369c89e0eaee6a3408fc1797b2357b1afc536)) + ## [2.10.105](https://github.com/ridedott/merge-me-action/compare/v2.10.104...v2.10.105) (2024-09-23) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 81390f6599f..0e7327504ea 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 ffa50d01a0a..ffc3827d6db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.105", + "version": "2.10.106", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.105", + "version": "2.10.106", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index a4ed33ce726..f0a39194abf 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.105" + "version": "2.10.106" }