Skip to content

Commit

Permalink
🔖 chore(release): 2.7.3
Browse files Browse the repository at this point in the history
## [2.7.3](2.7.2...2.7.3) (2020-12-22)

### Bug Fixes

* **book/bst:** better wording ([1d75301](1d75301))
* **book/graph:** add comments for runtimes using hashset implementations ([c7c7947](c7c7947))
* **book/hashmap:** exercise example and add tests ([c137930](c137930))
  • Loading branch information
semantic-release-bot committed Dec 22, 2020
1 parent 4350fca commit 3c32d0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.7.3](https://github.com/amejiarosario/dsa.js/compare/2.7.2...2.7.3) (2020-12-22)


### Bug Fixes

* **book/bst:** better wording ([1d75301](https://github.com/amejiarosario/dsa.js/commit/1d7530199940b926467ad0dcbc3b7dbe76b77820))
* **book/graph:** add comments for runtimes using hashset implementations ([c7c7947](https://github.com/amejiarosario/dsa.js/commit/c7c7947da33cb61a794e538dff55951318edc341))
* **book/hashmap:** exercise example and add tests ([c137930](https://github.com/amejiarosario/dsa.js/commit/c137930a8750c0aac95bbbae931886e068371d92))

## [2.7.2](https://github.com/amejiarosario/dsa.js/compare/2.7.1...2.7.2) (2020-12-17)


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": "2.7.2",
"version": "2.7.3",
"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 3c32d0e

Please sign in to comment.