File tree Expand file tree Collapse file tree 3 files changed +61
-10
lines changed Expand file tree Collapse file tree 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
1313
1414### Bug Fixes (patch)
1515
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+
1626## [ 1.3.5]
1727
1828### Breaking Changes (major)
@@ -106,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106116
107117-
108118
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
110121[ 1.3.5 ] : https://github.com/amejiarosario/dsa.js/compare/1.3.4...1.3.5
111122[ 1.3.4 ] : https://github.com/amejiarosario/dsa.js/compare/1.2.3...1.3.4
112123[ 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 11{
22 "name" : " dsa.js" ,
3- "version" : " 1.3.5 " ,
3+ "version" : " 1.3.6 " ,
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" ,
3131 "dependencies" : {},
3232 "devDependencies" : {
3333 "benchmark" : " 2.1.4" ,
34-
3534 "eslint" : " 4.19.1" ,
3635 "eslint-config-airbnb-base" : " ^13.1.0" ,
3736 "eslint-plugin-import" : " ^2.16.0" ,
3837 "eslint-plugin-jest" : " 21.17.0" ,
39-
4038 "jest" : " 23.6.0" ,
4139 "braces" : " >=2.3.1" ,
4240 "handlebars" : " >=4.0.14" ,
4341 "js-yaml" : " >=3.13.1" ,
44-
42+ "mem" : " >=4.0.0 " ,
4543 "textlint-plugin-asciidoctor" : " 1.0.2"
4644 },
4745 "engines" : {
You can’t perform that action at this time.
0 commit comments