Skip to content

Commit

Permalink
🔖 chore(release): 1.9.0
Browse files Browse the repository at this point in the history
# [1.9.0](1.8.3...1.9.0) (2020-06-30)

### Features

* **heap:** remove by index ([6af937f](6af937f))
* **linkedList:** takes iterables in the constructor ([1fa875f](1fa875f))
  • Loading branch information
semantic-release-bot committed Jun 30, 2020
1 parent 7e17577 commit c7e5c31
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 @@
# [1.9.0](https://github.com/amejiarosario/dsa.js/compare/1.8.3...1.9.0) (2020-06-30)


### Features

* **heap:** remove by index ([6af937f](https://github.com/amejiarosario/dsa.js/commit/6af937fb380ffcd26558193c1626bdb84b2abe17))
* **linkedList:** takes iterables in the constructor ([1fa875f](https://github.com/amejiarosario/dsa.js/commit/1fa875fd772eb4a45dd9690bea593b513687caca))

## [1.8.3](https://github.com/amejiarosario/dsa.js/compare/1.8.2...1.8.3) (2020-05-24)


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.8.3",
"version": "1.9.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 c7e5c31

Please sign in to comment.