We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4965da commit dbed9d7Copy full SHA for dbed9d7
2 files changed
CHANGELOG.md
@@ -105,3 +105,12 @@ PriorityQueue === BinaryHeap; // true
105
106
107
108
+# [1.0.0-rc3.0](https://github.com/berlysia/priorityqueuejs/compare/v1.0.0-rc3...v1.0.0-rc3.0) (2019-10-02)
109
+
110
111
+### Bug Fixes
112
113
+* fix for lint ([986bc34](https://github.com/berlysia/priorityqueuejs/commit/986bc34))
114
115
116
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "priorityqueue",
3
- "version": "1.0.0-rc3",
+ "version": "1.0.0-rc3.0",
4
"description": "An implementation of Priority Queue",
5
"main": "lib/cjs",
6
"module": "lib/esm",
0 commit comments