From 69f0a0cb8cbdf258ebed83e5c870e104b49b495e Mon Sep 17 00:00:00 2001 From: Tibet Sprague Date: Wed, 23 Nov 2022 12:44:18 -0800 Subject: [PATCH] Update to version 5.0.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac448f70..23e2c46d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [5.0.3] - 2022-11-23 + ### Fixed - Don't send emails or push notifications for Announcements when notifications are turned off in a group - Bug that prevented saving group settings sometimes diff --git a/package.json b/package.json index 12eec70b8..6779d772a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Tibet Sprague ", "license": "GNU AFFERO GENERAL PUBLIC LICENSE v3", "private": true, - "version": "5.0.2", + "version": "5.0.3", "repository": { "type": "git", "url": "git://github.com/Hylozoic/hylo-node.git"