Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Markon committed Nov 25, 2019
1 parent 5edb119 commit 2eb80da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.2.1
* Fix shallowCompare function when one or both inputs is falsy.

## 3.2.0
* Fix potential infinite loop with Immutable dependency values (#74)

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": "general-store",
"version": "3.2.0",
"version": "3.2.1",
"description": "Simple, flexible store implementation for Flux.",
"main": "lib/GeneralStore.js",
"scripts": {
Expand Down

0 comments on commit 2eb80da

Please sign in to comment.