diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ca121f..f0843b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ We're still in the [initial development phase](https://www.jering.tech/articles/ This changelog also serves to acknowledge the incredible people who've contributed brilliance, effort and being. Their handles are listed under the first release they each touched. 💗🙏🏾 -## [Unreleased] +## [0.6.1] - 2021-12-16 ### Bugfixes * Constrain supported nodejs engines #1000 diff --git a/package.json b/package.json index ab912b4c..3ca38c3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mutualaid", "private": true, - "version": "0.6.0", + "version": "0.6.1", "engines": { "node": ">= 14.0.0 < 17", "yarn": "^1.20.0"