Skip to content

Commit 6f4585a

Browse files
committed
bump to 1.3.8
1 parent b9a41ba commit 6f4585a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Bug Fixes (patch)
1515

16+
## [1.3.8]
17+
18+
### Breaking Changes (major)
19+
20+
### New Features (minor)
21+
22+
### Bug Fixes (patch)
23+
- fix(book): fix typo, array pop, and BST images [commit](https://github.com/amejiarosario/dsa.js/commit/ac9858348943f9678d116c8076bfa3a3c5362741)
24+
1625
## [1.3.7]
1726

1827
### Breaking Changes (major)
@@ -125,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125134

126135
-
127136

128-
[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.3.7...HEAD
137+
[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.3.8...HEAD
138+
[1.3.7]: https://github.com/amejiarosario/dsa.js/compare/1.3.7...1.3.8
129139
[1.3.6]: https://github.com/amejiarosario/dsa.js/compare/1.3.6...1.3.7
130140
[1.3.6]: https://github.com/amejiarosario/dsa.js/compare/1.3.5...1.3.6
131141
[1.3.5]: https://github.com/amejiarosario/dsa.js/compare/1.3.4...1.3.5

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsa.js",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
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)