File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Bug Fixes (patch)
15
15
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
+
16
25
## [ 1.3.7]
17
26
18
27
### Breaking Changes (major)
@@ -125,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125
134
126
135
-
127
136
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
129
139
[ 1.3.6 ] : https://github.com/amejiarosario/dsa.js/compare/1.3.6...1.3.7
130
140
[ 1.3.6 ] : https://github.com/amejiarosario/dsa.js/compare/1.3.5...1.3.6
131
141
[ 1.3.5 ] : https://github.com/amejiarosario/dsa.js/compare/1.3.4...1.3.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dsa.js" ,
3
- "version" : " 1.3.7 " ,
3
+ "version" : " 1.3.8 " ,
4
4
"description" : " Data Structures & Algorithms in JS" ,
5
5
"author" : " Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)" ,
6
6
"homepage" : " https://github.com/amejiarosario/dsa.js" ,
You can’t perform that action at this time.
0 commit comments