Skip to content

Commit

Permalink
🔖 chore(release): 1.7.1
Browse files Browse the repository at this point in the history
## [1.7.1](1.7.0...1.7.1) (2020-05-20)

### Bug Fixes

* **hashmap:** fix TextEncoder reference ([e13ff88](e13ff88))
  • Loading branch information
semantic-release-bot committed May 20, 2020
1 parent a24c0d7 commit 8ea61ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.1](https://github.com/amejiarosario/dsa.js/compare/1.7.0...1.7.1) (2020-05-20)


### Bug Fixes

* **hashmap:** fix TextEncoder reference ([e13ff88](https://github.com/amejiarosario/dsa.js/commit/e13ff88d7f8f9b7f38844befedc001bc1a4b243f))

# [1.7.0](https://github.com/amejiarosario/dsa.js/compare/1.6.0...1.7.0) (2020-05-16)


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.7.0",
"version": "1.7.1",
"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 8ea61ce

Please sign in to comment.