Skip to content

Commit 346ff4a

Browse files
committed
Bump 0.39.8
1 parent 13371a6 commit 346ff4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

55
* Fixing `Float64Vector` TS exports (@atombrenner).
66
* Improving performance of `FixedDeque` `#.push` & `#.pop` methods (@jerome-benoit).

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.7",
3+
"version": "0.39.8",
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)