diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9855916..8af5505e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ 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/0.9.4...1.0.1) +- 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) - thx.vue coloured background removed. design adapted to app [`#426`](https://github.com/gradido/gradido/pull/426) - translation password rules in Register.vue and ResetPasswort.vue fixed [`#424`](https://github.com/gradido/gradido/pull/424) @@ -117,9 +118,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Background color change [`#117`](https://github.com/gradido/gradido/pull/117) - Delete unused files [`#116`](https://github.com/gradido/gradido/pull/116) - store aufräumen teil 1 [`#115`](https://github.com/gradido/gradido/pull/115) -- replace \r\n with \n [`5533479`](https://github.com/gradido/gradido/commit/55334799cb4ca297978f52e52e37d0de45f1add4) - add migrations table for automatic table data migration [`40a9a8c`](https://github.com/gradido/gradido/commit/40a9a8c2b587f5bef0fcc54136ed7bd13dd91b2b) - update yarn.lock after running yarn install [`7f38c80`](https://github.com/gradido/gradido/commit/7f38c801213ad886e9d34a8d43b00ae423f5f2a0) +- use new function for balance overview in old frontend, update balance in session on every php-request [`97c570c`](https://github.com/gradido/gradido/commit/97c570c08cc51ed17a69eb8be8d987f95f3c2ce0) #### [0.9.4](https://github.com/gradido/gradido/compare/0.9.3...0.9.4) 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",