Skip to content

Commit

Permalink
Bump 0.39.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Oct 20, 2022
1 parent e8d7f5d commit 4e7b46e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.39.4

* Fixing `BiMap.get` and `InverseMap.get` types (@rubenferreira97).

## 0.39.3

* Fixing `NaN` size issue with `MultiSet.remove` when removing non-existent keys.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mnemonist",
"version": "0.39.3",
"version": "0.39.4",
"description": "Curated collection of data structures for the JavaScript/TypeScript.",
"scripts": {
"lint": "eslint --cache ./*.js ./utils ./test",
Expand Down

0 comments on commit 4e7b46e

Please sign in to comment.