@thi.ng/heaps
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@0.2.0...@thi.ng/heaps@0.2.1) (2018-04-22) | ||
**Note:** Version bump only for package @thi.ng/heaps | ||
<a name="0.2.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@0.1.0...@thi.ng/heaps@0.2.0) (2018-04-22) |
{ | ||
"name": "@thi.ng/heaps", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Generic binary heap & d-ary heap implementations with customizable ordering", | ||
@@ -30,3 +30,8 @@ "main": "./index.js", | ||
"keywords": [ | ||
"data structure", | ||
"d-heap", | ||
"ES6", | ||
"heap", | ||
"priority queue", | ||
"sort", | ||
"typescript" | ||
@@ -33,0 +38,0 @@ ], |
26419