Skip to content

Commit 804fd09

Browse files
committed
Bump 0.40.2
1 parent eb74ee2 commit 804fd09

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.40.2
4+
5+
* Fixing `BloomFilter.from` type declaration (@jmezzacappa).
6+
37
## 0.40.1
48

59
* Fixing `SparseMap` constructor overloads in type declarations.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mnemonist",
3-
"version": "0.40.1",
3+
"version": "0.40.2",
44
"description": "Curated collection of data structures for the JavaScript/TypeScript.",
55
"scripts": {
66
"lint": "eslint --cache --ext .js,.mjs ./*.js ./*.mjs ./utils ./test",

test/exports/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)