From fd7087865e3cfd84510c158878bfe3bccc3999b4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Aug 2024 14:28:37 +0000 Subject: [PATCH] chore(release): v2.10.94 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ dist/index.js.cache | Bin 16632 -> 16632 bytes package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4d717a040..577e5e92b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## [2.10.94](https://github.com/ridedott/merge-me-action/compare/v2.10.93...v2.10.94) (2024-08-12) + +### Chores + +- **deps-dev:** bump @commitlint/cli from 19.3.0 to 19.4.0 + ([aadf6ea](https://github.com/ridedott/merge-me-action/commit/aadf6eabddb9e5ed0c067ec2ef549aada8f98fd4)) +- **deps-dev:** bump cspell from 8.12.1 to 8.13.0 + ([42823c4](https://github.com/ridedott/merge-me-action/commit/42823c4439259510c6baab490e8449acdc7e6028)) +- **deps-dev:** bump cspell from 8.13.0 to 8.13.1 + ([e7aae67](https://github.com/ridedott/merge-me-action/commit/e7aae6732a08108352c154964036951677cd40dd)) +- **deps-dev:** bump cspell from 8.13.1 to 8.13.2 + ([17bb7c7](https://github.com/ridedott/merge-me-action/commit/17bb7c7e0f0432d98d38c73e1becd8a07b182ade)) +- **deps-dev:** bump cspell from 8.13.2 to 8.13.3 + ([9491edb](https://github.com/ridedott/merge-me-action/commit/9491edbbbaf11c74555d09d6ce28c4807d9f9d27)) +- **deps-dev:** bump husky from 9.1.1 to 9.1.2 + ([66482e4](https://github.com/ridedott/merge-me-action/commit/66482e4f7b1807d81ede9e223f69be66d75488bd)) +- **deps-dev:** bump husky from 9.1.2 to 9.1.3 + ([530739c](https://github.com/ridedott/merge-me-action/commit/530739ce9d2f01a5276751accfbbfb81b8e879da)) +- **deps-dev:** bump husky from 9.1.3 to 9.1.4 + ([b65a63f](https://github.com/ridedott/merge-me-action/commit/b65a63f8af4c1d918b56c34fdac3478ebc7eb553)) +- **deps-dev:** bump lint-staged from 15.2.7 to 15.2.8 + ([acd6fbb](https://github.com/ridedott/merge-me-action/commit/acd6fbb02a3de4787c6e1b1d6a443ec0ea543f51)) +- **deps:** bump ridedott/release-me-action from 3.10.38 to 3.10.39 + ([5b83bbc](https://github.com/ridedott/merge-me-action/commit/5b83bbc858826a9a79de91cfdf9e0d4c81a6ecb2)) + ## [2.10.93](https://github.com/ridedott/merge-me-action/compare/v2.10.92...v2.10.93) (2024-07-26) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 489e7978e47e32cedff77a7da6a9aea9ab6d2217..ceaa3fcad560b97c029e5aceebd0ba54f68522ef 100644 GIT binary patch delta 272 zcmey-$oQj?aY7-Bnnv=8iKPlG-qHqkPbN&1EXmrR#iaWF72q^Fj6<`tBdFbV`ErEOjJiw7v??iu0{>J%U1@9pXb zq^*-96!Qo8D@zpWLV~VW9R}u#^R;p`<7?7o^dXZ6iA)Pf%izP+|_q zvVz2-;#AK(ux0;F20WO2QeTcmNQftE@@st~mU~w+JU1&EXfd%cZT0uw>~B=d%EIP% vW&7j{<}xgKGaHUh{$MU5Znunq4QNzueoARhD$s2}yA@Z|CYCC&%xallJ8`B0OV|pJLlgHZuzYiK|1t4l70bSdEqR38O$z5?}PGG9I9qyJv_;s8f81zqhL& zkjns)QxddsMw0XKclU(L&5HP_Ik{0^!hp{|Z2}8WLrGC)E=Z#%+eUUqo}fgo#@I(7 z%L)>Uic>xFz?O+=Y8;(>QeTcGYyaHqlV9r_u`os2p4_ZxpvA=UYLmsC&HhHUtSqMv uh6qi*U@pV5XhpHtwMWW2*ni_Ov&cR2tse^>GV diff --git a/package-lock.json b/package-lock.json index 05322ef63b3..68c7a67c029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.93", + "version": "2.10.94", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.93", + "version": "2.10.94", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 24cfd71e230..d059d341ea6 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.93" + "version": "2.10.94" }