diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a3b3c4a..6b03c78d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.0.0](https://github.com/gradido/gradido/compare/0.9.4...1.0.0) +#### [1.0.1](https://github.com/gradido/gradido/compare/1.0.0...1.0.1) +- add try catch blocks to prevent login-server from crashing [`22ff220`](https://github.com/gradido/gradido/commit/22ff22072956f8b843037c75c5b16b7ff5d6a2a3) +- fix [`14a4243`](https://github.com/gradido/gradido/commit/14a424347817b1fe6912a113bffd70e55d688112) + +### [1.0.0](https://github.com/gradido/gradido/compare/0.9.4...1.0.0) + +> 14 May 2021 + +- Login build alpine [`#423`](https://github.com/gradido/gradido/pull/423) - Release fix [`#428`](https://github.com/gradido/gradido/pull/428) - Send button only click [`#427`](https://github.com/gradido/gradido/pull/427) - use new function for balance overview in old frontend, update balance… [`#422`](https://github.com/gradido/gradido/pull/422) diff --git a/frontend/package.json b/frontend/package.json index aa999ffbd..21b02ee2e 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 9b37bd686..0ebef23ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.0.0", + "version": "1.0.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",