Skip to content

Commit

Permalink
release 4.3.2 (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Aug 3, 2023
1 parent 40e5945 commit ab69aaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Dates are formatted as YYYY-MM-DD.


## Unreleased

## [4.3.2] - 2023-08-01

- Fix isOrderedSet type [#1948](https://github.com/immutable-js/immutable-js/pull/1948)

## [4.3.1] - 2023-07-11

- Faster and implementation of `some` [#1944](https://github.com/immutable-js/immutable-js/pull/1944)
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.1",
"version": "4.3.2",
"description": "Immutable Data Collections",
"license": "MIT",
"homepage": "https://immutable-js.com",
Expand Down

0 comments on commit ab69aaa

Please sign in to comment.