Skip to content

Commit f14bf83

Browse files
committed
chore(release): 1.6.0
1 parent 576251f commit f14bf83

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.6.0](https://github.com/jlguenego/tree/compare/v1.5.0...v1.6.0) (2021-02-08)
6+
7+
8+
### Features
9+
10+
* added reset on async ([e1e5dd4](https://github.com/jlguenego/tree/commit/e1e5dd4ef3f48e898224ebf814a48969d45c76e6))
11+
* added searching state ([576251f](https://github.com/jlguenego/tree/commit/576251f0df92278b551c020d7370ed1ee9a1d4b2))
12+
* BFSTree async interruptable ([7aad542](https://github.com/jlguenego/tree/commit/7aad5420401f7a3bb48942fda7ba42e05b011e64))
13+
14+
15+
### Bug Fixes
16+
17+
* metrics ([c232927](https://github.com/jlguenego/tree/commit/c232927699febd1b9d9c06362d30e79a187e21fe))
18+
* testNbr ([26815ce](https://github.com/jlguenego/tree/commit/26815ceed35d81f6a12f3e9d207e7549475a5545))
19+
520
## [1.5.0](https://github.com/jlguenego/tree/compare/v1.4.1...v1.5.0) (2021-02-05)
621

722

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jlguenego/tree",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Just Tree algorithms.",
55
"main": "./build/src/index.js",
66
"module": "build_esm/src/index.js",

0 commit comments

Comments
 (0)