Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Oct 19, 2020
1 parent 4d01077 commit 081116e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

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


### Bug Fixes

* **findNodes:** shouldn't judge answer length in dfs ([4d01077](https://github.com/lbwa/n-ary/commit/4d010777abf463485d5dc0affa69f570bbd41bec))

### [0.2.1](https://github.com/lbwa/n-ary/compare/v0.2.0...v0.2.1) (2020-10-17)


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": "n-ary-tree",
"version": "0.2.1",
"version": "0.2.2",
"description": "n-ary tree implementation in JavaScript(TypeScript).",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 081116e

Please sign in to comment.