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

Commit b3a1c9f

Browse files
authored
Merge pull request immutable-js#2036 from immutable-js/release-5.0.3
2 parents 9548738 + a913952 commit b3a1c9f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Dates are formatted as YYYY-MM-DD.
88

99
## Unreleased
1010

11+
## [5.0.3]
12+
13+
- Fix List.VNode.removeAfter() / removeBefore() issue on some particular case [#2030](https://github.com/immutable-js/immutable-js/pull/2030) by [@alexvictoor](https://github.com/alexvictoor)
14+
15+
## [5.0.2]
16+
17+
- Fix wrong path for esm module after fix in 5.0.1
18+
19+
## [5.0.1]
20+
21+
- Fix circular dependency issue with ESM build by @iambumblehead in [#2035](https://github.com/immutable-js/immutable-js/pull/2035) by [@iambumblehead](https://github.com/iambumblehead)
22+
1123
## [5.0.0]
1224

1325
### Breaking changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://immutable-js.com",

0 commit comments

Comments
 (0)