Merge pull request #3955 from Human-Connection/updgrade-to-v0.6.3

chore: 🍰 v0.6.3
This commit is contained in:
Wolfgang Huß 2020-10-16 13:17:17 +02:00 committed by GitHub
commit bbe3681400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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": {

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "human-connection-webapp",
"version": "0.6.2",
"version": "0.6.3",
"description": "Human Connection Frontend",
"authors": [
"Grzegorz Leoniec (appinteractive)",