Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Nov 14, 2020
1 parent f7cd6d4 commit db63080
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.4.0](https://github.com/lbwa/n-ary/compare/v0.3.0...v0.4.0) (2020-11-14)


### Features

* **find:** find all/last path(s) with a specific value ([62f6e05](https://github.com/lbwa/n-ary/commit/62f6e058b39fa6712f74f97c7bcba39ee4a95539))


### Bug Fixes

* ignore undefined, null type value ([f7cd6d4](https://github.com/lbwa/n-ary/commit/f7cd6d445c283cabe40d6c2da6bf439e35598eef))

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


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

0 comments on commit db63080

Please sign in to comment.