Skip to content

Commit 37ca417

Browse files
authored
release 4.3.7 (#2007)
* 4.3.7 * changeol
1 parent 23daf26 commit 37ca417

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

99
## Unreleased
1010

11+
## [4.3.7] - 2024-07-22
12+
13+
- Fix issue with slice negative of filtered sequence [#2006](https://github.com/immutable-js/immutable-js/pull/2006) by [@jdeniau](https://github.com/jdeniau)
14+
1115
## [4.3.6] - 2024-05-13
1216

1317
- Fix `Repeat(<value>).equals(undefined)` incorrectly returning true [#1994](https://github.com/immutable-js/immutable-js/pull/1994) by [@butchler](https://github.com/butchler)

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

0 commit comments

Comments
 (0)