Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Oct 20, 2020
1 parent dd8533d commit d1ce814
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.3.0](https://github.com/lbwa/n-ary/compare/v0.2.2...v0.3.0) (2020-10-20)


### Features

* **findPathNodes:** exit children bfs when no more target value ([dd8533d](https://github.com/lbwa/n-ary/commit/dd8533dbf1254e1f4090a9a807b181323eaf01e4))
* **findPathNodes:** impl findPathNodes ([b2a7e70](https://github.com/lbwa/n-ary/commit/b2a7e70492794ec1ee9e02a413729f9208209aa2))

### [0.2.2](https://github.com/lbwa/n-ary/compare/v0.2.1...v0.2.2) (2020-10-19)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n-ary-tree",
"version": "0.2.2",
"version": "0.3.0",
"description": "n-ary tree implementation in JavaScript(TypeScript).",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -91,4 +91,4 @@
"limit": "10 KB"
}
]
}
}

0 comments on commit d1ce814

Please sign in to comment.