Skip to content

Commit

Permalink
release 4.3.1 (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jul 11, 2023
1 parent ad5aeb4 commit 5f03635
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,9 @@ Dates are formatted as YYYY-MM-DD.

## Unreleased

- Faster and implementation of some [#1944](https://github.com/immutable-js/immutable-js/pull/1944)
- [internal] remove unused exports [#1928](https://github.com/immutable-js/immutable-js/pull/1928)

## [4.3.0] - 2023-03-10

- Introduce Comparator and PairSorting [#1937](https://github.com/immutable-js/immutable-js/pull/1937) by [@https://github.com/giancosta86](https://github.com/giancosta86)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "immutable",
"version": "4.3.0",
"version": "4.3.1",
"description": "Immutable Data Collections",
"license": "MIT",
"homepage": "https://immutable-js.com",
Expand Down

0 comments on commit 5f03635

Please sign in to comment.