Skip to content

Commit

Permalink
Bump 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Aug 21, 2017
1 parent e84ca45 commit d577c43
Show file tree
Hide file tree
Showing 3 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.13.0 (provisional)
## 0.13.0

* Adding `BiMap`.
* Adding `BitSet`.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ npm install --save mnemonist
Full documentation for the library can be found [here](https://yomguithereal.github.io/mnemonist).

* [BiMap](https://yomguithereal.github.io/mnemonist/bi-map)
* [BitSet](https://yomguithereal.github.io/mnemonist/bit-set)
* [Bloom Filter](https://yomguithereal.github.io/mnemonist/bloom-filter)
* [Burkhard-Keller Tree](https://yomguithereal.github.io/mnemonist/bk-tree)
* [Fibonacci Heap](https://yomguithereal.github.io/mnemonist/fibonacci-heap)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mnemonist",
"version": "0.12.0",
"version": "0.13.0",
"description": "Curated collection of data structures for the JavaScript language.",
"main": "endpoint.js",
"scripts": {
Expand Down

0 comments on commit d577c43

Please sign in to comment.