Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
crudh committed Aug 31, 2018
1 parent 726b42f commit 85a5cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@ Returns a mutable copy of the object. For a deeply mutable copy, in which any in

### Releases

#### 7.1.4

Fixed bug with custom mergers treating all non-truthy values as undefined ([#244](https://github.com/rtfeldman/seamless-immutable/issues/244)).

#### 7.1.3

Treat `Blob` instances as immutable. Use `Array.isArray` over `instanceof`.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seamless-immutable",
"main": "src/seamless-immutable.js",
"version": "7.1.3",
"version": "7.1.4",
"homepage": "https://github.com/rtfeldman/seamless-immutable",
"authors": [
"Richard Feldman <[email protected]>"
Expand Down

0 comments on commit 85a5cf7

Please sign in to comment.