From 2e0ad7b30039c2ea4994a42f9afbb770f51a9d85 Mon Sep 17 00:00:00 2001 From: exbinary Date: Fri, 22 Jan 2021 19:39:28 -0500 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea6bba01..6052bc9f7 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.3.1] - 2021-01-22 ### Enhancements * Buttons to add new Asks|Offers from /contributions #775 * Add pagination to /people index #792 diff --git a/package.json b/package.json index c46e6beba..822adc446 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mutualaid", "private": true, - "version": "0.3.0", + "version": "0.3.1", "engines": { "node": "12.x" },