From 31e6a473e74bad94dbb2f8bfe28b576cc9c19954 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Nov 2023 14:33:41 +0000 Subject: [PATCH] chore(release): v2.10.58 --- CHANGELOG.md | 23 +++++++++++++++++++++++ dist/index.js.cache | Bin 16632 -> 16632 bytes package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) 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 54280995a9f801f978ca03ca79d7dd6788aaa10e..4d9214b8729746e861162fa109486a7e69e56dfe 100644 GIT binary patch delta 310 zcmey-$oQj?aY7->s@DehCYCC&{JYR}d*Vz5mQ^il&rRH`z@qnS^}LA>t5|OJZr-pt zo^h@&%euaZrIYjx1L`hYhj1`3Fr=rJc;*$9mM{tgB_(lLf8zm)xqF6qggV8C_z>% delta 310 zcmey-$oQj?aY7+W-@5whiKPlGNmAR@CeBn~dFF8T^u)aiEOAo{&P;q*#WJh#M&ago z#<{vI^N#1=o}_OWuxX-)6bAzXLwah7XI?>R38O$z(y2SC89YESch3-yP^b71e{WYm zAeR9o_v+`eQ%G_?{_dV|xh_Mllam|uB@CANEox^0YA7kn%mr!mWZTHj$P<*P)ZA47 zvaBGns5sR#4{X`G0}?EgPwLCD*cqEQO@6I!#8TFkzjU*rfff_Xv>0Kg&HhFWto~Xh ztM+pOb;if1WESNm=B9#-1p*d^g~vfA*X2B`U;^?Jlfc3Z%m+C@!uN6oCE0)?x%nxj TIY2!iv0d|bKHV&5af<^0SYu!Q 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" }