diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f11a02db18..9624b61a0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.10.101](https://github.com/ridedott/merge-me-action/compare/v2.10.100...v2.10.101) (2024-09-05) + +### Chores + +- **deps:** bump ridedott/release-me-action from 3.10.45 to 3.10.46 + ([6dc58f4](https://github.com/ridedott/merge-me-action/commit/6dc58f4690c610bf0c19939458bbb7cc51909a53)) + ## [2.10.100](https://github.com/ridedott/merge-me-action/compare/v2.10.99...v2.10.100) (2024-09-04) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 6458d25d820..ab598ae4e87 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 dcd1ea0fc36..acd25d2542f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.100", + "version": "2.10.101", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.100", + "version": "2.10.101", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index f835a96d749..130cd7a94fd 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.100" + "version": "2.10.101" }