diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md index 42b769c25..20682a73f 100644 --- a/backend/CHANGELOG.md +++ b/backend/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.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) diff --git a/backend/package.json b/backend/package.json index 9bc9c326d..2061576f0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -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", diff --git a/frontend/package.json b/frontend/package.json index afdd3848c..038bf8816 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/package.json b/package.json index 9cdcbfb0e..aa302350d 100644 --- a/package.json +++ b/package.json @@ -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",