Skip to content

Commit 03bafbb

Browse files
committedMay 24, 2021
🔖 chore(release): 2.7.5
## [2.7.5](amejiarosario/dsa.js-data-structures-algorithms-javascript@2.7.4...2.7.5) (2021-05-24) ### Bug Fixes * **bst:** on duplicates values the same node is returned ([d350da8](amejiarosario@d350da8)), closes [amejiarosario#99](amejiarosario#99)
1 parent 1c05026 commit 03bafbb

File tree

3 files changed

+20501
-49
lines changed

3 files changed

+20501
-49
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.7.5](https://github.com/amejiarosario/dsa.js/compare/2.7.4...2.7.5) (2021-05-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **bst:** on duplicates values the same node is returned ([d350da8](https://github.com/amejiarosario/dsa.js/commit/d350da8bd2d7cf5c8f4425e863babf19cbdcbdf4)), closes [#99](https://github.com/amejiarosario/dsa.js/issues/99)
7+
18
## [2.7.4](https://github.com/amejiarosario/dsa.js/compare/2.7.3...2.7.4) (2021-01-09)
29

310

‎package-lock.json

Lines changed: 20493 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsa.js",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"description": "Data Structures & Algorithms in JS",
55
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",
66
"homepage": "https://github.com/amejiarosario/dsa.js",

0 commit comments

Comments
 (0)
Please sign in to comment.