diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0f4485ff0..93fc8df54d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.10.98](https://github.com/ridedott/merge-me-action/compare/v2.10.97...v2.10.98) (2024-08-26) + +### Chores + +- **deps:** bump ridedott/release-me-action from 3.10.41 to 3.10.43 + ([3889464](https://github.com/ridedott/merge-me-action/commit/38894640c3fc6f9e0544004aa55edcd6ec657fb1)) + ## [2.10.97](https://github.com/ridedott/merge-me-action/compare/v2.10.96...v2.10.97) (2024-08-26) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 24aaa5d6f2a..d69401d4039 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 b0c7c8fb863..3298180ff02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.97", + "version": "2.10.98", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.97", + "version": "2.10.98", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index a6ca36d93ed..ce788e20765 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.97" + "version": "2.10.98" }