Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetifex committed Jul 28, 2020
1 parent 5ce97ac commit b6a5b4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG

### 1.3.4

- Fix debouncing for same action name across instances ([#21])
- Fix reducing similar action names ([#22])
- Bump dependencies - regen lock file

### 1.3.3

- Fix to have unique promise keeper instance per store ([#19])
Expand Down Expand Up @@ -52,5 +58,7 @@
[#17]:https://github.com/godaddy/reduxful/pull/17
[#18]:https://github.com/godaddy/reduxful/pull/18
[#19]:https://github.com/godaddy/reduxful/pull/19
[#21]:https://github.com/godaddy/reduxful/pull/21
[#22]:https://github.com/godaddy/reduxful/pull/22
[transform-url]:https://github.com/godaddy/transform-url#readme
[ApiConfig]:https://github.com/godaddy/reduxful/blob/master/docs/api.md#apiconfig--object
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "reduxful",
"version": "1.3.3",
"version": "1.3.4",
"description": "Redux state from RESTful services",
"main": "./lib",
"browser": "./lib",
Expand Down

0 comments on commit b6a5b4c

Please sign in to comment.