Skip to content

Commit

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

## Unreleased

## [4.2.3] - 2023-02-02

- TypeScript: `groupBy` return either a `Map` or an `OrderedMap`: make the type more precise than base `Collection` [#1924](https://github.com/immutable-js/immutable-js/pull/1924)

## [4.2.2] - 2023-01-02
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.2.2",
"version": "4.2.3",
"description": "Immutable Data Collections",
"license": "MIT",
"homepage": "https://immutable-js.com",
Expand Down

0 comments on commit d2d5819

Please sign in to comment.