From fafaca71e5c207fe5ab8ca028c700f3a76a81f13 Mon Sep 17 00:00:00 2001 From: Tibet Sprague Date: Fri, 30 Apr 2021 16:50:55 -0700 Subject: [PATCH] Update to version 3.0.2 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354e953eb..0bf42eca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.2] - 2021-04-30 +Fix post URLs in emails + ## [3.0.1] - 2021-04-21 ### Fixed - For open requests and offers widget on grop landing page don't show posts past their end time diff --git a/package.json b/package.json index ad41a3595..f3d8d870e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Tibet Sprague ", "license": "GNU AFFERO GENERAL PUBLIC LICENSE v3", "private": true, - "version": "3.0.1", + "version": "3.0.2", "repository": { "type": "git", "url": "git://github.com/Hylozoic/hylo-node.git"