Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teneko committed Dec 3, 2021
1 parent 8f7c60e commit d148fb4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0](https://github.com/teroneko/redux-saga-promise/compare/2.0.2...3.0.0) (2021-12-03)


### Features

* promise action is now typed and usable as promise ([8f7c60e](https://github.com/teroneko/redux-saga-promise/commit/8f7c60e999f954d92c1c7d4ee5675fb4e5b820fd))


### BREAKING CHANGES

* Each promise action can now be awaited at root after it has been surpassed the promise middleware without accessing it through promiseAction.meta.promise first.



## [2.0.2](https://github.com/teroneko/redux-saga-promise/compare/2.0.1...2.0.2) (2021-12-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teroneko/redux-saga-promise",
"version": "2.0.2",
"version": "3.0.0",
"description": "Create actions that return promises, which are resolved or rejected by a redux saga",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down

0 comments on commit d148fb4

Please sign in to comment.