This commit is contained in:
Ulf Gebhardt 2021-05-14 01:40:01 +02:00
parent 06c420dc2c
commit 9c38540892
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
3 changed files with 4 additions and 3 deletions

View File

@ -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.1](https://github.com/gradido/gradido/compare/0.9.4...1.0.1)
#### [1.0.0](https://github.com/gradido/gradido/compare/0.9.4...1.0.0)
- 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)
- thx.vue coloured background removed. design adapted to app [`#426`](https://github.com/gradido/gradido/pull/426)

View File

@ -1,6 +1,6 @@
{
"name": "bootstrap-vue-gradido-wallet",
"version": "1.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node run/server.js",

View File

@ -1,6 +1,6 @@
{
"name": "gradido",
"version": "1.0.1",
"version": "1.0.0",
"description": "Gradido",
"main": "index.js",
"repository": "git@github.com:gradido/gradido.git",