Skip to content

Commit

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

### Bug Fixes

* **book/set:** split Set chapter into Hash Set and Tree Set for better ([c1cf57a](c1cf57a))

### Features

* **book:** show companies asked questions ([b3167f9](b3167f9))
* **book/linkedlist:** add applications ([2b96f00](2b96f00))
  • Loading branch information
semantic-release-bot committed Oct 30, 2020
1 parent 1fced28 commit b3039ab
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.7.0](https://github.com/amejiarosario/dsa.js/compare/2.6.0...2.7.0) (2020-10-30)


### Bug Fixes

* **book/set:** split Set chapter into Hash Set and Tree Set for better ([c1cf57a](https://github.com/amejiarosario/dsa.js/commit/c1cf57a31fc7a698665c82c8fbd2fde7fb825078))


### Features

* **book:** show companies asked questions ([b3167f9](https://github.com/amejiarosario/dsa.js/commit/b3167f9c694c5e6719bf1d01804aeec60b41e57f))
* **book/linkedlist:** add applications ([2b96f00](https://github.com/amejiarosario/dsa.js/commit/2b96f0086632d9ddcbb7e8f76a061a46f90a65a0))

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


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.6.0",
"version": "2.7.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 b3039ab

Please sign in to comment.