Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
megazazik committed May 16, 2020
1 parent 9543c80 commit 38d72e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## 0.3.1 (2020-05-14)
## [0.3.2](https://github.com/megazazik/reducer-assistant/compare/v0.3.1...v0.3.2) (2020-05-16)


### Bug Fixes

* **types:** fix types of the ofStatePart function ([9543c80](https://github.com/megazazik/reducer-assistant/commit/9543c80ff3841dd82b0684c9b9b036f0fc7cba19))



## [0.3.1](https://github.com/megazazik/reducer-assistant/compare/e4d886db6dae11e2c28fb1228955cfdb15e5fc32...v0.3.1) (2020-05-14)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reducer-assistant",
"version": "0.3.1",
"version": "0.3.2",
"description": "Library to create async action controllers for reducers",
"main": "dist/index.js",
"module": "dist-es/index.js",
Expand Down Expand Up @@ -68,4 +68,4 @@
}
},
"sideEffects": false
}
}

0 comments on commit 38d72e3

Please sign in to comment.