From 727f69f3ecb1014d2b3bce9611fcf6d419bb755b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Nov 2023 22:50:33 +0000 Subject: [PATCH] release(version): Release 4.0.3 [skip ci] ## [4.0.3](https://github.com/killtheliterate/redux-saga-try-catch/compare/v4.0.2...v4.0.3) (2023-11-01) ### chore * **deps-dev:** bump eslint from 8.51.0 to 8.52.0 ([2ec19de](https://github.com/killtheliterate/redux-saga-try-catch/commit/2ec19de5d1ee6777d9b42db70372fef6495a70cd)) * **deps-dev:** bump the patches group with 3 updates ([e3ba278](https://github.com/killtheliterate/redux-saga-try-catch/commit/e3ba27875fbd3c99b98a3be008a0b7f5beeddcb7)) * **deps:** bump actions/setup-node from 3 to 4 ([29c8ad3](https://github.com/killtheliterate/redux-saga-try-catch/commit/29c8ad3d18a30178f866be33e0473df3557b055f)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0479225..d6c7268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.3](https://github.com/killtheliterate/redux-saga-try-catch/compare/v4.0.2...v4.0.3) (2023-11-01) + + +### chore + +* **deps-dev:** bump eslint from 8.51.0 to 8.52.0 ([2ec19de](https://github.com/killtheliterate/redux-saga-try-catch/commit/2ec19de5d1ee6777d9b42db70372fef6495a70cd)) +* **deps-dev:** bump the patches group with 3 updates ([e3ba278](https://github.com/killtheliterate/redux-saga-try-catch/commit/e3ba27875fbd3c99b98a3be008a0b7f5beeddcb7)) +* **deps:** bump actions/setup-node from 3 to 4 ([29c8ad3](https://github.com/killtheliterate/redux-saga-try-catch/commit/29c8ad3d18a30178f866be33e0473df3557b055f)) + ## [4.0.2](https://github.com/killtheliterate/redux-saga-try-catch/compare/v4.0.1...v4.0.2) (2023-10-20) diff --git a/package-lock.json b/package-lock.json index 821c16f..5859a3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "redux-saga-try-catch", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "redux-saga-try-catch", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "devDependencies": { "@babel/preset-typescript": "^7.17.12", diff --git a/package.json b/package.json index 64d9bd3..ea57c72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-saga-try-catch", - "version": "4.0.2", + "version": "4.0.3", "author": "Garrett Dawson", "description": "A saga utility to reduce flow control boilerplate", "homepage": "https://github.com/killtheliterate/redux-saga-try-catch",