diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1fe0fe2e5..621cd99cc7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.10.60](https://github.com/ridedott/merge-me-action/compare/v2.10.59...v2.10.60) (2023-11-30) + +### Chores + +- **deps:** bump ridedott/release-me-action from 3.10.0 to 3.10.1 + ([bac56ba](https://github.com/ridedott/merge-me-action/commit/bac56baa7edf3b870b9cd699c2e1ee2ca576b20e)) + ## [2.10.59](https://github.com/ridedott/merge-me-action/compare/v2.10.58...v2.10.59) (2023-11-29) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 5d379d647b3..059d1bae915 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 8bfe2d32c0a..07754194f51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.59", + "version": "2.10.60", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.59", + "version": "2.10.60", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 2274dca70ba..067784c5c28 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.59" + "version": "2.10.60" }