Skip to content

Commit

Permalink
Bump 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Nov 6, 2017
1 parent 18eb4f4 commit 4bcff2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.16.0 (provisional)
## 0.16.0

* Adding `#.has` to `FuzzyMap`.
* Adding `#.has` to `FuzzyMultiMap`.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mnemonist",
"version": "0.15.0",
"version": "0.16.0",
"description": "Curated collection of data structures for the JavaScript language.",
"scripts": {
"lint": "eslint ./*.js ./utils ./test",
Expand All @@ -27,6 +27,7 @@
"structures",
"heap",
"fibonacci heap",
"fuzzy map",
"stack",
"queue",
"inverted index",
Expand Down

0 comments on commit 4bcff2c

Please sign in to comment.