Skip to content

Commit

Permalink
release: 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amejiarosario committed Aug 23, 2019
1 parent 1fa9341 commit ebb7be8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug Fixes (patch)

## [1.3.5]

### Breaking Changes (major)

### New Features (minor)

### Bug Fixes (patch)
- fix(tree-rotations): prevent losing nodes [commit](https://github.com/amejiarosario/dsa.js/commit/1fa93415a6e14acc24e90443b2e9bdf053c4c983)

## [1.3.4]

### Breaking Changes (major)
Expand Down Expand Up @@ -97,7 +106,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.4...HEAD
[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.3.5...HEAD
[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
[1.2.2]: https://github.com/amejiarosario/dsa.js/compare/1.2.1...1.2.2
Expand Down
6 changes: 3 additions & 3 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ git log <last tag> HEAD --pretty=format:%s
# example
git log 1.1.0..HEAD --pretty=format:%s

git log 1.2.3..HEAD --pretty=format:"- %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" --grep "BREAKING CHANGE:"
git log 1.2.3..HEAD --pretty=format:"- %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" --grep "^feat.*:"
git log 1.2.3..HEAD --pretty=format:"- %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" --grep "^fix.*:"
git log 1.3.4..HEAD --pretty=format:"- %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" --grep "BREAKING CHANGE:"
git log 1.3.4..HEAD --pretty=format:"- %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" --grep "^feat.*:"
git log 1.3.4..HEAD --pretty=format:"- %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" --grep "^fix.*:"
```

New features in this release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsa.js",
"version": "1.3.4",
"version": "1.3.5",
"description": "Data Structures & Algorithms in JS",
"author": "Adrian Mejia <[email protected]> (https://adrianmejia.com)",
"homepage": "https://github.com/amejiarosario/dsa.js",
Expand Down

0 comments on commit ebb7be8

Please sign in to comment.