@datastructures-js/priority-queue
Advanced tools
Comparing version 6.1.3 to 6.1.4
@@ -8,2 +8,6 @@ # Changelog | ||
## [Unreleased] | ||
## [6.1.4] - 2022-11-06 | ||
### Fixed | ||
- Readme. | ||
## [6.1.3] - 2022-09-04 | ||
@@ -10,0 +14,0 @@ ### Fixed |
{ | ||
"name": "@datastructures-js/priority-queue", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"description": "A heap-based implementation of priority queue in javascript with typescript support.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -98,3 +98,3 @@ # @datastructures-js/priority-queue | ||
} | ||
}); | ||
); | ||
``` | ||
@@ -101,0 +101,0 @@ |
22005