Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 85a5cf7

Browse files
committed
Prepare for release
1 parent 726b42f commit 85a5cf7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,10 @@ Returns a mutable copy of the object. For a deeply mutable copy, in which any in
401401

402402
### Releases
403403

404+
#### 7.1.4
405+
406+
Fixed bug with custom mergers treating all non-truthy values as undefined ([#244](https://github.com/rtfeldman/seamless-immutable/issues/244)).
407+
404408
#### 7.1.3
405409

406410
Treat `Blob` instances as immutable. Use `Array.isArray` over `instanceof`.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "seamless-immutable",
33
"main": "src/seamless-immutable.js",
4-
"version": "7.1.3",
4+
"version": "7.1.4",
55
"homepage": "https://github.com/rtfeldman/seamless-immutable",
66
"authors": [
77
"Richard Feldman <[email protected]>"

0 commit comments

Comments
 (0)