From a0b8056c17b22570a1b1dbb6fa6ce71e561b04af Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Thu, 22 Jul 2021 12:32:16 +0200 Subject: [PATCH] release --- CHANGELOG.md | 13 +++++++++++++ frontend/package.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15a8a187..6b6323b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ 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). +#### [1.2.1](https://github.com/gradido/gradido/compare/1.2.0...1.2.1) + +- exchange positions of decay in transaction in old frontend [`#662`](https://github.com/gradido/gradido/pull/662) +- fix unneccessary migration run on fresh (docker) setup [`#654`](https://github.com/gradido/gradido/pull/654) +- move back decay as standalone transaction in old frontend [`#656`](https://github.com/gradido/gradido/pull/656) +- fix display error with creation [`#652`](https://github.com/gradido/gradido/pull/652) +- update content for frontend [`d37ce09`](https://github.com/gradido/gradido/commit/d37ce0949ef97d2a6c6ffaf0be31db9f6d92e743) +- exchange positions [`bc000ef`](https://github.com/gradido/gradido/commit/bc000efd87c9701480c4aeaa7b819ab49bfe8f01) +- update init db dataset [`ca4ef82`](https://github.com/gradido/gradido/commit/ca4ef82b874185f3d93acf8d1fca9ad6d3dadcaf) + #### [1.2.0](https://github.com/gradido/gradido/compare/1.1.1...1.2.0) +> 20 July 2021 + +- feat: Release v1.2.0 [`#648`](https://github.com/gradido/gradido/pull/648) - 630 frontend text improvemets [`#645`](https://github.com/gradido/gradido/pull/645) - #435 Visual Feedback on not sending GDD [`#647`](https://github.com/gradido/gradido/pull/647) - Make E-Mail Text 100% German [`#643`](https://github.com/gradido/gradido/pull/643) diff --git a/frontend/package.json b/frontend/package.json index 066ef81a1..e29c6647c 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.2.0", + "version": "1.2.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 5629ecec1..b1fe084f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.2.0", + "version": "1.2.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",