8000 Release 5.0.0 rc.1 (#2008) · immutable-js/immutable-js@e661cdd · GitHub
[go: up one dir, main page]

Skip to content

Commit e661cdd

Browse files
authored
Release 5.0.0 rc.1 (#2008)
* 5.0.0-rc.1 * changelog
1 parent ce2b028 commit e661cdd

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ Dates are formatted as YYYY-MM-DD.
88

99
## Unreleased
1010

11-
## [5.0.0-beta.6]
11+
## [5.0.0-rc.1]
1212

13+
- Fix issue with OrderedMap, OrderedSet and hashCode [#2005](https://github.com/immutable-js/immutable-js/pull/2005) by [@jdeniau](https://github.com/jdeniau)
14+
- Fix type inference for first() and last() [#2001](https://github.com/immutable-js/immutable-js/pull/2001) by [@butchler](https://github.com/butchler)
1315
- [BREAKING] Remove deprecated methods:
1416

1517
- `Map.of('k', 'v')`: use `Map([ [ 'k', 'v' ] ])` or `Map({ k: 'v' })`

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": "5.0.0-beta.5",
3+
"version": "5.0.0-rc.1",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://immutable-js.com",

0 commit comments

Comments
 (0)
0