Skip to content

Commit

Permalink
releasing 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Aug 7, 2017
1 parent 85d146f commit c4f2fbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.3 2017-08-07
* Ensure using $set to set an object key to undefined works
* Add tests to demonstrate $set, $push, and $unshift preserve
non-numeric keys

1.2.2 2017-07-11
* Preserve non-numeric array keys when shallow copying
* Improve error message slightly
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": "update-immutable",
"version": "1.2.2",
"version": "1.2.3",
"description": "React-compatible data-structure update utility",
"main": "dist/update.js",
"scripts": {
Expand Down

0 comments on commit c4f2fbc

Please sign in to comment.