diff --git a/CHANGELOG.md b/CHANGELOG.md index 27364c0d60f..dfde28ac278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## [2.10.58](https://github.com/ridedott/merge-me-action/compare/v2.10.57...v2.10.58) (2023-11-22) + +### Chores + +- **deps-dev:** bump @commitlint/cli from 18.4.1 to 18.4.2 + ([bc87cc2](https://github.com/ridedott/merge-me-action/commit/bc87cc263037a08e2ad7e9a8b6dfdd2fd040d49d)) +- **deps-dev:** bump @commitlint/cli from 18.4.2 to 18.4.3 + ([dfb1ca4](https://github.com/ridedott/merge-me-action/commit/dfb1ca4a87d3ddab9bd3af3815cbbbf472897357)) +- **deps-dev:** bump @commitlint/config-conventional from 18.4.0 to 18.4.2 + ([e48004c](https://github.com/ridedott/merge-me-action/commit/e48004c621c319981a6a24cb00055c2a43334662)) +- **deps-dev:** bump @commitlint/config-conventional from 18.4.2 to 18.4.3 + ([025d8e5](https://github.com/ridedott/merge-me-action/commit/025d8e53f4508202930a267bdec3932d15b89b44)) +- **deps-dev:** bump @ridedott/eslint-config from 2.27.15 to 2.27.16 + ([7041949](https://github.com/ridedott/merge-me-action/commit/7041949671c90c0b88f7138f870864e69c5216a3)) +- **deps-dev:** bump @types/micromatch from 4.0.5 to 4.0.6 + ([282ac77](https://github.com/ridedott/merge-me-action/commit/282ac7760e2f45d0445ad606c7ab79d5ae75a8d6)) +- **deps-dev:** bump eslint from 8.53.0 to 8.54.0 + ([1524097](https://github.com/ridedott/merge-me-action/commit/1524097eca48598939f202db40b32644e28834f0)) +- **deps-dev:** bump semantic-release from 22.0.7 to 22.0.8 + ([9db8f5a](https://github.com/ridedott/merge-me-action/commit/9db8f5acf5f80c437f82d844ad8f60d6d45e31e2)) +- **deps:** bump ridedott/release-me-action from 3.9.0 to 3.10.0 + ([b03ae50](https://github.com/ridedott/merge-me-action/commit/b03ae507fe561fc134f4f131eb0b6e165b2f278a)) + ## [2.10.57](https://github.com/ridedott/merge-me-action/compare/v2.10.56...v2.10.57) (2023-11-15) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 54280995a9f..4d9214b8729 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 dd112b6b41c..d213e7d0a7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.57", + "version": "2.10.58", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.57", + "version": "2.10.58", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 15822c92704..8767db3ec66 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.57" + "version": "2.10.58" }