Skip to content

Commit

Permalink
🔖 chore(release): 2.5.1
Browse files Browse the repository at this point in the history
## [2.5.1](2.5.0...2.5.1) (2020-10-23)

### Bug Fixes

* **linkedlist:** refactored methods and improve book images and ([ba110e2](ba110e2))
* **linkedlist:** rename indexOf to getIndex to make it clearer ([fcf3db6](fcf3db6))
  • Loading branch information
semantic-release-bot committed Oct 23, 2020
1 parent 2c8d383 commit 0e12523
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.5.1](https://github.com/amejiarosario/dsa.js/compare/2.5.0...2.5.1) (2020-10-23)


### Bug Fixes

* **linkedlist:** refactored methods and improve book images and ([ba110e2](https://github.com/amejiarosario/dsa.js/commit/ba110e26b2103265bb78809618c7e29c185acd70))
* **linkedlist:** rename indexOf to getIndex to make it clearer ([fcf3db6](https://github.com/amejiarosario/dsa.js/commit/fcf3db6ade12a7ed88a5b7756945a8b090ac63b9))

# [2.5.0](https://github.com/amejiarosario/dsa.js/compare/2.4.0...2.5.0) (2020-10-22)


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.5.0",
"version": "2.5.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 0e12523

Please sign in to comment.