Skip to content

Commit b69bb1b

Browse files
committedFeb 3, 2021
chore(release): 1.3.0
1 parent 80cec40 commit b69bb1b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.3.0](https://github.com/jlguenego/tree/compare/v1.2.0...v1.3.0) (2021-02-03)
6+
7+
8+
### Features
9+
10+
* added async version with observable ([bdcb5bd](https://github.com/jlguenego/tree/commit/bdcb5bd4528281a4d7b234483545b200a4b69831))
11+
* added currentValue to observable ([02428a8](https://github.com/jlguenego/tree/commit/02428a8073ae5eebf517c744962b6883761d23b3))
12+
* interrupt on BFSTreeAsync ([80cec40](https://github.com/jlguenego/tree/commit/80cec407f4f91c4ff34a5f3553298b074519f047))
13+
14+
15+
### Bug Fixes
16+
17+
* empty the stack at the end. ([0455646](https://github.com/jlguenego/tree/commit/04556465ddd638c01844cf8077ae5f24973c8613))
18+
519
## [1.2.0](https://github.com/jlguenego/tree/compare/v1.1.1...v1.2.0) (2021-01-14)
620

721

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

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

0 commit comments

Comments
 (0)
Failed to load comments.