From 75483f0db6baf9a63f5ada150b5c119273a6ff09 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Tue, 22 Jun 2021 12:48:40 +0200 Subject: [PATCH] release --- CHANGELOG.md | 14 ++++++++++++++ frontend/package.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e949f98e3..7010d71fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,22 @@ 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.1.1](https://github.com/gradido/gradido/compare/1.1.0...1.1.1) + +- Auto deploy [`#580`](https://github.com/gradido/gradido/pull/580) +- update transfer email text [`#574`](https://github.com/gradido/gradido/pull/574) +- update mysql because tuple has changed [`#576`](https://github.com/gradido/gradido/pull/576) +- Login fix pending transactions [`#578`](https://github.com/gradido/gradido/pull/578) +- add test to prevent bug in future [`630d667`](https://github.com/gradido/gradido/commit/630d667e996870a1bf9aa9586b0467d58419e525) +- use standard path. add nginx example [`ac249b4`](https://github.com/gradido/gradido/commit/ac249b46830a8039aec52d30b48084b50a264b6f) +- add autodeploy bash scripts [`f49cf4d`](https://github.com/gradido/gradido/commit/f49cf4d7f8054d87efa1e12055a7ef0c6d3b9872) + #### [1.1.0](https://github.com/gradido/gradido/compare/1.0.2...1.1.0) +> 17 June 2021 + +- add first error additional as msg [`#573`](https://github.com/gradido/gradido/pull/573) +- fix: Remove Grouping for Max Error [`#572`](https://github.com/gradido/gradido/pull/572) - fix: API Call for Reset Password [`#571`](https://github.com/gradido/gradido/pull/571) - Login reset password [`#570`](https://github.com/gradido/gradido/pull/570) - Hide unuse components in profil [`#566`](https://github.com/gradido/gradido/pull/566) diff --git a/frontend/package.json b/frontend/package.json index b53826746..04893215d 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 7909b3d78..b8d57fc0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.1.0", + "version": "1.1.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",