From c99cb16a6bb0a2d1b0e027b14f91bb5b40e0569f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 16 Oct 2020 12:23:22 +0200 Subject: [PATCH] v0.6.3 --- CHANGELOG.md | 7 +++++++ backend/package.json | 2 +- package.json | 2 +- webapp/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e82ab528f..6b3d9c480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.6.3](https://github.com/Human-Connection/Human-Connection/compare/v0.6.0...v0.6.3) + +> 16 October 2020 + +- feat: Export User Data Update [`#3954`](https://github.com/Human-Connection/Human-Connection/pull/3954) +- chore: Upgrade to v0.6.2 [`#3947`](https://github.com/Human-Connection/Human-Connection/pull/3947) + #### [v0.6.2](https://github.com/Human-Connection/Human-Connection/compare/v0.6.1...v0.6.2) > 15 October 2020 diff --git a/backend/package.json b/backend/package.json index f5fad2968..164e8c9b1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "human-connection-backend", - "version": "0.6.2", + "version": "0.6.3", "description": "GraphQL Backend for Human Connection", "main": "src/index.js", "scripts": { diff --git a/package.json b/package.json index 4db18ecd1..95e0880af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "human-connection", - "version": "0.6.2", + "version": "0.6.3", "description": "Fullstack and API tests with cypress and cucumber for Human Connection", "author": "Human Connection gGmbh", "license": "MIT", diff --git a/webapp/package.json b/webapp/package.json index 6e4355429..4f4146bb9 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "human-connection-webapp", - "version": "0.6.2", + "version": "0.6.3", "description": "Human Connection Frontend", "authors": [ "Grzegorz Leoniec (appinteractive)",