Release v1.3.1

This commit is contained in:
Moriz Wahl 2021-08-12 16:10:36 +02:00
parent 1b0cf3e5c7
commit 10f6925021
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ 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.3.0](https://github.com/gradido/gradido/compare/1.2.1...1.3.0)
#### [1.3.1](https://github.com/gradido/gradido/compare/1.2.1...1.3.1)
- update code for correct transactions listening [`#725`](https://github.com/gradido/gradido/pull/725)
- bugfix: change to new frontend passwort reset [`#724`](https://github.com/gradido/gradido/pull/724)

View File

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

View File

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