Skip to content

Commit

Permalink
🔖 chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](1.18.0...2.0.0) (2020-09-08)

### Features

* **book/pq:** add exercise with pq and dijkstra ([3a2a24f](3a2a24f))
* **heap:** add error handling for heaps ([827177f](827177f))
* **pq:** improves docs and usability of priority queues ([edf8808](edf8808))

### BREAKING CHANGES

* **heap:** size is now an attribute rather than a method. Similar to the built-in Map.size and Set.size
  • Loading branch information
semantic-release-bot committed Sep 8, 2020
1 parent c211644 commit 65e302b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/amejiarosario/dsa.js/compare/1.18.0...2.0.0) (2020-09-08)


### Features

* **book/pq:** add exercise with pq and dijkstra ([3a2a24f](https://github.com/amejiarosario/dsa.js/commit/3a2a24ffae2af5e5e348c237195f7a39717ae617))
* **heap:** add error handling for heaps ([827177f](https://github.com/amejiarosario/dsa.js/commit/827177f6023f639db0c2cc267dceb0a27746038a))
* **pq:** improves docs and usability of priority queues ([edf8808](https://github.com/amejiarosario/dsa.js/commit/edf8808970d57aaf397958d2cab1a6cc2e029d26))


### BREAKING CHANGES

* **heap:** size is now an attribute rather than a method. Similar to the built-in Map.size and Set.size

# [1.18.0](https://github.com/amejiarosario/dsa.js/compare/1.17.0...1.18.0) (2020-09-07)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsa.js",
"version": "1.18.0",
"version": "2.0.0",
"description": "Data Structures & Algorithms in JS",
"author": "Adrian Mejia <[email protected]> (https://adrianmejia.com)",
"homepage": "https://github.com/amejiarosario/dsa.js",
Expand Down

0 comments on commit 65e302b

Please sign in to comment.