Skip to content

Commit bca1803

Browse files
committed
chore(release): 1.9.0
1 parent 9cd4fd3 commit bca1803

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.9.0](https://github.com/jlguenego/tree/compare/v1.8.0...v1.9.0) (2021-03-01)
6+
7+
8+
### Features
9+
10+
* added level and depth ([9cd4fd3](https://github.com/jlguenego/tree/commit/9cd4fd3308a4c229bdf55cd3e03d0b7969244b71))
11+
* postorder ([718fd72](https://github.com/jlguenego/tree/commit/718fd72945a67868110747c953b0b9d5f751a536))
12+
* toString with left brackets representation. ([28e086a](https://github.com/jlguenego/tree/commit/28e086afae43d99a0fea96c20b77f8d7db82d29d))
13+
514
## [1.8.0](https://github.com/jlguenego/tree/compare/v1.7.0...v1.8.0) (2021-02-09)
615

716

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.8.0",
3+
"version": "1.9.0",
44
"description": "Just Tree algorithms.",
55
"main": "./build/src/index.js",
66
"module": "build_esm/src/index.js",

0 commit comments

Comments
 (0)