Skip to content

Commit ae2be7f

Browse files
committed
Bump 0.39.7
1 parent 9586247 commit ae2be7f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## 0.39.7 (provisional)
3+
## 0.39.7
44

55
* Slight performance optimization of LRU classes `#.setpop` method.
6+
* Adding missing constructors in TypeScript declarations (@jerome-benoit).
67

78
## 0.39.6
89

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.39.6",
3+
"version": "0.39.7",
44
"description": "Curated collection of data structures for the JavaScript/TypeScript.",
55
"scripts": {
66
"lint": "eslint --cache ./*.js ./utils ./test",

0 commit comments

Comments
 (0)