Skip to content

Commit 273a9dc

Browse files
🔖 chore(release): 2.4.0
# [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))
1 parent 603afc2 commit 273a9dc

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.4.0](https://github.com/amejiarosario/dsa.js/compare/2.3.0...2.4.0) (2020-10-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **book/array:** improve examples and grammar ([04836cd](https://github.com/amejiarosario/dsa.js/commit/04836cd0cec3afb196d11704a45933e325816c20))
7+
8+
9+
### Features
10+
11+
* **book/array:** add array patterns for solving problems ([8c7b7be](https://github.com/amejiarosario/dsa.js/commit/8c7b7be8fe24ec1df66846b05fbc2ef5daeb6c7e))
12+
* **book/array:** sliding window pattern ([8fa2746](https://github.com/amejiarosario/dsa.js/commit/8fa2746f5c917b0f5a88289d854166210925f9c7))
13+
114
# [2.3.0](https://github.com/amejiarosario/dsa.js/compare/2.2.1...2.3.0) (2020-10-03)
215

316

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsa.js",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Data Structures & Algorithms in JS",
55
"author": "Adrian Mejia <[email protected]> (https://adrianmejia.com)",
66
"homepage": "https://github.com/amejiarosario/dsa.js",

0 commit comments

Comments
 (0)