This commit is contained in:
Ulf Gebhardt 2021-10-15 16:01:19 +02:00
parent 80228ef842
commit 69d4fb9958
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
4 changed files with 11 additions and 3 deletions

View File

@ -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.5.1](https://github.com/gradido/gradido/compare/1.5.0...1.5.1)
- fix isExitInDb [`4c732b2`](https://github.com/gradido/gradido/commit/4c732b20e0c5591bde6b8c41b7c0f7adcc9b82e8)
- fix [`80228ef`](https://github.com/gradido/gradido/commit/80228ef842d4087ea4b80934b15b8112611e3e33)
#### [1.5.0](https://github.com/gradido/gradido/compare/1.4.0...1.5.0)
> 15 October 2021
- v1.5.0 [`#986`](https://github.com/gradido/gradido/pull/986)
- default value for empty field [`#993`](https://github.com/gradido/gradido/pull/993)
- fix language registriert [`#992`](https://github.com/gradido/gradido/pull/992)
- Change the publisherId to nullable. [`#991`](https://github.com/gradido/gradido/pull/991)

View File

@ -1,6 +1,6 @@
{
"name": "gradido-backend",
"version": "1.5.0",
"version": "1.5.1",
"description": "Gradido unified backend providing an API-Service for Gradido Transactions",
"main": "src/index.ts",
"repository": "https://github.com/gradido/gradido/backend",

View File

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

View File

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