From 8096f7c6dda24de47b54cead9882fbc18e99a583 Mon Sep 17 00:00:00 2001 From: Adrian Mejia Date: Fri, 23 Aug 2019 17:20:38 -0400 Subject: [PATCH] release: 1.3.6 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c572d7f..5139f383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug Fixes (patch) +## [1.3.6] + +### Breaking Changes (major) + +### New Features (minor) + +### Bug Fixes (patch) +- update deps [commit](https://github.com/amejiarosario/dsa.js/commit/d8ce2f5b1a3bfeb861928d6c99d7624cd9ac144a) +- style: fix eslint issue [commit](https://github.com/amejiarosario/dsa.js/commit/72e3d68e09bb9c7dd3fabf5cbeba1ae5571fc686)% + ## [1.3.5] ### Breaking Changes (major) @@ -106,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - -[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.3.5...HEAD +[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.3.6...HEAD +[1.3.6]: https://github.com/amejiarosario/dsa.js/compare/1.3.5...1.3.6 [1.3.5]: https://github.com/amejiarosario/dsa.js/compare/1.3.4...1.3.5 [1.3.4]: https://github.com/amejiarosario/dsa.js/compare/1.2.3...1.3.4 [1.2.2]: https://github.com/amejiarosario/dsa.js/compare/1.2.2...1.2.3 diff --git a/package.json b/package.json index b6933d1a..4d6382da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsa.js", - "version": "1.3.5", + "version": "1.3.6", "description": "Data Structures & Algorithms in JS", "author": "Adrian Mejia (https://adrianmejia.com)", "homepage": "https://github.com/amejiarosario/dsa.js",