Skip to content

Commit

Permalink
release(version): Release 4.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.3](v4.0.2...v4.0.3) (2023-11-01)

### chore

* **deps-dev:** bump eslint from 8.51.0 to 8.52.0 ([2ec19de](2ec19de))
* **deps-dev:** bump the patches group with 3 updates ([e3ba278](e3ba278))
* **deps:** bump actions/setup-node from 3 to 4 ([29c8ad3](29c8ad3))
  • Loading branch information
semantic-release-bot committed Nov 1, 2023
1 parent 4d79907 commit 727f69f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 727f69f

Please sign in to comment.