diff --git a/CHANGELOG.md b/CHANGELOG.md index 2748c62..6b04a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,12 @@ Change Log This project adheres to [Semantic Versioning](http://semver.org). -[Staged]: https://github.com/file-icons/atom-fs/compare/v0.2.0...HEAD +[Staged]: https://github.com/file-icons/atom-fs/compare/v0.2.1...HEAD -[Staged] +[v0.2.1](https://github.com/file-icons/atom-fs/releases/tag/v0.2.1) ------------------------------------------------------------------------ +**March 12th, 2021** * Fixed breakage caused by mixing BigInts with other types [[`#10`][]]. [`#10`]: https://github.com/file-icons/atom-fs/issues/10 diff --git a/package.json b/package.json index b38f1a7..1a11709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atom-fs", - "version": "v0.2.0", + "version": "v0.2.1", "license": "ISC", "author": "John Gardner ", "repository": "https://github.com/file-icons/atom-fs",