Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Commit fb4701a

Browse files
authored
Release 4.1.0 (immutable-js#1905)
1 parent f83e384 commit fb4701a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Dates are formatted as YYYY-MM-DD.
88

99
## [Unreleased]
1010

11+
## [4.1.0] - 2022-05-23
12+
1113
- Accept Symbol as Map key. [#1859](https://github.com/immutable-js/immutable-js/pull/1859) by [jdeniau](https://github.com/jdeniau)
1214
- Optimize contructors without arguments [#1887](https://github.com/immutable-js/immutable-js/pull/1887) by [marianoguerra](https://github.com/marianoguerra)
1315
- Fix Flow removeIn types [#1902](https://github.com/immutable-js/immutable-js/pull/1902) by [nifgraup](https://github.com/nifgraup)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://immutable-js.com",

0 commit comments

Comments
 (0)