Skip to content

Commit

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

### Bug Fixes

* **test:** refactor tests ([571834a](571834a))

### Features

* **book:** add chapter numbers ([0f13f90](0f13f90))
* **book/linkedlist:** linked lists techniques and common patterns ([8cd126d](8cd126d))
  • Loading branch information
semantic-release-bot committed Oct 28, 2020
1 parent 22972c3 commit bd9e1e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.6.0](https://github.com/amejiarosario/dsa.js/compare/2.5.1...2.6.0) (2020-10-28)


### Bug Fixes

* **test:** refactor tests ([571834a](https://github.com/amejiarosario/dsa.js/commit/571834a848d3b4c7d0dd8a94957b73724f3756ac))


### Features

* **book:** add chapter numbers ([0f13f90](https://github.com/amejiarosario/dsa.js/commit/0f13f907141d0ad9bb439d131aca6d1d882421ee))
* **book/linkedlist:** linked lists techniques and common patterns ([8cd126d](https://github.com/amejiarosario/dsa.js/commit/8cd126d71a31473fefdbf0f0a9780cd7b128bcd6))

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


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.1",
"version": "2.6.0",
"description": "Data Structures & Algorithms in JS",
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",
"homepage": "https://github.com/amejiarosario/dsa.js",
Expand Down

0 comments on commit bd9e1e4

Please sign in to comment.