Skip to content

Commit

Permalink
chore(release): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Oct 17, 2020
1 parent 2c02422 commit 42358e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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.1](https://github.com/lbwa/n-ary/compare/v0.2.0...v0.2.1) (2020-10-17)


### Bug Fixes

* format npm description ([2c02422](https://github.com/lbwa/n-ary/commit/2c0242267fca5839b9c01b7a9b2ae2009993da77))

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


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.0",
"version": "0.2.1",
"description": "n-ary tree implementation in JavaScript(TypeScript).",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -88,4 +88,4 @@
"limit": "10 KB"
}
]
}
}

0 comments on commit 42358e6

Please sign in to comment.