@@ -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.7]
17
+
18
+ ### Breaking Changes (major)
19
+
20
+ ### New Features (minor)
21
+
22
+ ### Bug Fixes (patch)
23
+ - fix(avl-tree): balance was not working properly [ commit] ( https://github.com/amejiarosario/dsa.js/commit/98e2c037f05caf37731da1dc50dd8867a1804c0e )
24
+
16
25
## [ 1.3.6]
17
26
18
27
### Breaking Changes (major)
@@ -21,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
30
22
31
### Bug Fixes (patch)
23
32
- update deps [ commit] ( https://github.com/amejiarosario/dsa.js/commit/d8ce2f5b1a3bfeb861928d6c99d7624cd9ac144a )
24
- - style: fix eslint issue [ commit] ( https://github.com/amejiarosario/dsa.js/commit/72e3d68e09bb9c7dd3fabf5cbeba1ae5571fc686 ) %
33
+ - style: fix eslint issue [ commit] ( https://github.com/amejiarosario/dsa.js/commit/72e3d68e09bb9c7dd3fabf5cbeba1ae5571fc686 )
25
34
26
35
## [ 1.3.5]
27
36
@@ -116,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116
125
117
126
-
118
127
119
- [ Unreleased ] : https://github.com/amejiarosario/dsa.js/compare/1.3.6...HEAD
128
+ [ Unreleased ] : https://github.com/amejiarosario/dsa.js/compare/1.3.7...HEAD
129
+ [ 1.3.6 ] : https://github.com/amejiarosario/dsa.js/compare/1.3.6...1.3.7
120
130
[ 1.3.6 ] : https://github.com/amejiarosario/dsa.js/compare/1.3.5...1.3.6
121
131
[ 1.3.5 ] : https://github.com/amejiarosario/dsa.js/compare/1.3.4...1.3.5
122
132
[ 1.3.4 ] : https://github.com/amejiarosario/dsa.js/compare/1.2.3...1.3.4
0 commit comments