From 88b244ba73d580869e1b268b4ddb7029f2bde854 Mon Sep 17 00:00:00 2001 From: Juan Carlos Farah Date: Sat, 4 May 2019 08:38:40 +0200 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c11d2b..f80c8936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [0.3.0](https://github.com/graasp/graasp-desktop/compare/v0.2.0...v0.3.0) (2019-05-04) + +### Bug Fixes + +- update images for cards ([abb647f](https://github.com/graasp/graasp-desktop/commit/abb647f)), closes [#65](https://github.com/graasp/graasp-desktop/issues/65) + +### Features + +- allow a user to see public spaces nearby ([16d6bec](https://github.com/graasp/graasp-desktop/commit/16d6bec)), closes [#66](https://github.com/graasp/graasp-desktop/issues/66) +- only allow saving spaces that have been marked as offline ([715bab5](https://github.com/graasp/graasp-desktop/commit/715bab5)), closes [#67](https://github.com/graasp/graasp-desktop/issues/67) + # [0.2.0](https://github.com/graasp/graasp-desktop/compare/v0.1.6...v0.2.0) (2019-05-03) ### Bug Fixes diff --git a/package.json b/package.json index 36838634..2df9c0d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-desktop", - "version": "0.2.0", + "version": "0.3.0", "description": "Desktop application for the Graasp ecosystem.", "private": true, "author": "React EPFL",