Skip to content

Commit f7563f4

Browse files
committed
Bump 0.39.6
1 parent 899970c commit f7563f4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.39.6
4+
5+
* Fixing type declarations of `FibonacciHeap`, `StaticIntervalTree` & `Vector` (@Macil).
6+
37
## 0.39.5
48

59
* Adding partial type declarations for undocumented `utils/typed-arrays`.

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