From e76902c79d0e0d6eff80df4f1f53d06c211a1287 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Dec 2023 14:51:29 +0000 Subject: [PATCH] chore(release): v2.10.64 --- CHANGELOG.md | 21 +++++++++++++++++++++ dist/index.js.cache | Bin 16632 -> 16632 bytes package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9190f222ce5..4f0801edfaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [2.10.64](https://github.com/ridedott/merge-me-action/compare/v2.10.63...v2.10.64) (2023-12-25) + +### Chores + +- **deps-dev:** bump @ridedott/eslint-config from 2.27.24 to 2.27.27 + ([c87a7db](https://github.com/ridedott/merge-me-action/commit/c87a7dbae2a18154448ac608d9161dde72dbf9b1)) +- **deps-dev:** bump @ridedott/eslint-config from 2.27.27 to 2.27.28 + ([b978b08](https://github.com/ridedott/merge-me-action/commit/b978b08c14d94ad72897ad62e21e003772872748)) +- **deps-dev:** bump @ridedott/eslint-config from 2.27.28 to 2.27.29 + ([d9cf14f](https://github.com/ridedott/merge-me-action/commit/d9cf14fb5828aeb6cc7f52c4d655204a0b598242)) +- **deps-dev:** bump cspell from 8.1.3 to 8.2.0 + ([22937a6](https://github.com/ridedott/merge-me-action/commit/22937a665e1a7d0148f8c4938293754ad1f32299)) +- **deps-dev:** bump cspell from 8.2.0 to 8.2.1 + ([2920984](https://github.com/ridedott/merge-me-action/commit/2920984dc98a7641506143020603635e0e6d78e6)) +- **deps-dev:** bump cspell from 8.2.1 to 8.2.3 + ([818e358](https://github.com/ridedott/merge-me-action/commit/818e3580d2948cf7cb516dd11a9d1e3e739b26c1)) +- **deps-dev:** bump eslint from 8.55.0 to 8.56.0 + ([64c498b](https://github.com/ridedott/merge-me-action/commit/64c498bcfe0fe69c11f095762867b0e52777a955)) +- **deps:** bump ridedott/release-me-action from 3.10.4 to 3.10.5 + ([f25f234](https://github.com/ridedott/merge-me-action/commit/f25f2341413624740bbd20a7b5ade049f685f48d)) + ## [2.10.63](https://github.com/ridedott/merge-me-action/compare/v2.10.62...v2.10.63) (2023-12-18) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index e11aa7c9327c05d94cf4acde3785ffb5f9c6752d..a1488a7c7467336cb050e13a32ecc8f88ba0df04 100644 GIT binary patch delta 310 zcmey-$oQj?aY7-B)zAC;CYCC&v~4~=Vd6{$7AJ0-2NU-yu$-IRY%}p;70WY$K-bOj zjB|Baj+tr(PtrFGi2I^+ii3fHAw9LkGq0eugi#Cv;2ZXTeRyJv_;s8f81zqhL& zkjns)`?t_F8cEK_-`x`~cdbRHVRECsgn^pEqb)2z4JAdHxgd?6Y#Z4bd4dwR%~pO2 zvaBGns5sR#4{X`G6y}AKPwLCD91^_lKKZr25zDErj*XiY4YZh8W?i-M*z9lA!0P{K zk^W~+pw9UCl+2>M#N1Snu|UAWu<$s@g TX%0{iNNioS1>a^li(4E3eyd<% delta 310 zcmey-$oQj?aY7*rSG&oIiKPlGLK9}lOq{8}GS9EPaN=GCmS0XOyCy!YVwv?Y@9XAx z#<{vIZHecqCg~dngh?H0;9y{2NKY;C%qu7@VH5~TdRBh#HV;tD-7~}^)G0p1-`mv> z$YlV@Nln=wh$QFZ@9qhgd-Ox=^yEf;34?9g1_3NU4JAdHxgd?6Y#Z4bd4dv8eLTGx zWLZICQE{qg9@w%l*NQijPwLCDgn4i#On$9z#Nw1~sJdCvK#Pe*C_>I)v%gUTtAAQW zupcK-XMB80W>H>ZZYs!FAYfrwcpPN%CA-W7CLljC2`tROe2@bqY}CS&&IT08%}*)K S0qOyX)tPBL+bm~sivs|SkX$hU diff --git a/package-lock.json b/package-lock.json index 49e77b0e90b..62425b77d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.63", + "version": "2.10.64", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.63", + "version": "2.10.64", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index d2f398a3519..75952107297 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.63" + "version": "2.10.64" }