Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Oct 17, 2020
1 parent 66d7b73 commit 4fd931e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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

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


### Features

* rename traversal methods ([f3e2a11](https://github.com/lbwa/n-ary/commit/f3e2a114e9e57ba9bfc46603a941ca3a31393c35))
* **traversal:** impl preorder, postorder, levelorder traversal ([d8c2584](https://github.com/lbwa/n-ary/commit/d8c2584fde422d01c1beeafb7249b03472d0d1b9))


### Bug Fixes

* **traversal:** types ([88f2d6d](https://github.com/lbwa/n-ary/commit/88f2d6db6f2f4b847617b09e512e1bfdab9d906b))
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.1.0",
"version": "0.2.0",
"license": "MIT",
"files": [
"dist",
Expand Down

0 comments on commit 4fd931e

Please sign in to comment.