Skip to content

Commit

Permalink
🔖 chore(release): 2.4.0
Browse files Browse the repository at this point in the history
# [2.4.0](2.3.0...2.4.0) (2020-10-19)

### Bug Fixes

* **book/array:** improve examples and grammar ([04836cd](04836cd))

### Features

* **book/array:** add array patterns for solving problems ([8c7b7be](8c7b7be))
* **book/array:** sliding window pattern ([8fa2746](8fa2746))
  • Loading branch information
semantic-release-bot committed Oct 19, 2020
1 parent 603afc2 commit 273a9dc
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.4.0](https://github.com/amejiarosario/dsa.js/compare/2.3.0...2.4.0) (2020-10-19)


### Bug Fixes

* **book/array:** improve examples and grammar ([04836cd](https://github.com/amejiarosario/dsa.js/commit/04836cd0cec3afb196d11704a45933e325816c20))


### Features

* **book/array:** add array patterns for solving problems ([8c7b7be](https://github.com/amejiarosario/dsa.js/commit/8c7b7be8fe24ec1df66846b05fbc2ef5daeb6c7e))
* **book/array:** sliding window pattern ([8fa2746](https://github.com/amejiarosario/dsa.js/commit/8fa2746f5c917b0f5a88289d854166210925f9c7))

# [2.3.0](https://github.com/amejiarosario/dsa.js/compare/2.2.1...2.3.0) (2020-10-03)


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.3.0",
"version": "2.4.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 273a9dc

Please sign in to comment.