File tree 3 files changed +61
-10
lines changed
3 files changed +61
-10
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ 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.6]
17
+
18
+ ### Breaking Changes (major)
19
+
20
+ ### New Features (minor)
21
+
22
+ ### Bug Fixes (patch)
23
+ - 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 ) %
25
+
16
26
## [ 1.3.5]
17
27
18
28
### Breaking Changes (major)
@@ -106,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106
116
107
117
-
108
118
109
- [ Unreleased ] : https://github.com/amejiarosario/dsa.js/compare/1.3.5...HEAD
119
+ [ Unreleased ] : https://github.com/amejiarosario/dsa.js/compare/1.3.6...HEAD
120
+ [ 1.3.6 ] : https://github.com/amejiarosario/dsa.js/compare/1.3.5...1.3.6
110
121
[ 1.3.5 ] : https://github.com/amejiarosario/dsa.js/compare/1.3.4...1.3.5
111
122
[ 1.3.4 ] : https://github.com/amejiarosario/dsa.js/compare/1.2.3...1.3.4
112
123
[ 1.2.2 ] : https://github.com/amejiarosario/dsa.js/compare/1.2.2...1.2.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dsa.js" ,
3
- "version" : " 1.3.5 " ,
3
+ "version" : " 1.3.6 " ,
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" ,
31
31
"dependencies" : {},
32
32
"devDependencies" : {
33
33
"benchmark" : " 2.1.4" ,
34
-
35
34
"eslint" : " 4.19.1" ,
36
35
"eslint-config-airbnb-base" : " ^13.1.0" ,
37
36
"eslint-plugin-import" : " ^2.16.0" ,
38
37
"eslint-plugin-jest" : " 21.17.0" ,
39
-
40
38
"jest" : " 23.6.0" ,
41
39
"braces" : " >=2.3.1" ,
42
40
"handlebars" : " >=4.0.14" ,
43
41
"js-yaml" : " >=3.13.1" ,
44
-
42
+ "mem" : " >=4.0.0 " ,
45
43
"textlint-plugin-asciidoctor" : " 1.0.2"
46
44
},
47
45
"engines" : {
You can’t perform that action at this time.
0 commit comments