From e125a458855839f36c7f2592d4a1259c3fdbfc91 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 15 Feb 2022 15:04:30 +0100 Subject: [PATCH] v1.6.5 --- CHANGELOG.md | 9 +++++++++ admin/package.json | 2 +- backend/package.json | 2 +- database/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a13e408b..91fafebf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.6.5](https://github.com/gradido/gradido/compare/1.6.4...1.6.5) + +- Fix: Elopage Hook Crash 2 [`#1481`](https://github.com/gradido/gradido/pull/1481) +- cancel hook on certain events before calculating data [`a62b7e0`](https://github.com/gradido/gradido/commit/a62b7e0d28af75f4eccac56cddd1b8dcfe154b6a) +- mising space [`6be7990`](https://github.com/gradido/gradido/commit/6be79901423bff07c2a56ebc48d79a0c48c29b5a) + #### [1.6.4](https://github.com/gradido/gradido/compare/1.6.3...1.6.4) +> 14 February 2022 + +- v1.6.4 [`#1478`](https://github.com/gradido/gradido/pull/1478) - fix: Admin Email Confirmation Date and Time [`#1448`](https://github.com/gradido/gradido/pull/1448) - Fix: Do not log password or token to the console [`#1477`](https://github.com/gradido/gradido/pull/1477) - Fix: Elopage Hook Crash [`#1474`](https://github.com/gradido/gradido/pull/1474) diff --git a/admin/package.json b/admin/package.json index 0aee14ec2..677095a28 100644 --- a/admin/package.json +++ b/admin/package.json @@ -3,7 +3,7 @@ "description": "Administraion Interface for Gradido", "main": "index.js", "author": "Moriz Wahl", - "version": "1.6.4", + "version": "1.6.5", "license": "MIT", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index caefa5e69..7f4cfc239 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.6.4", + "version": "1.6.5", "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/database/package.json b/database/package.json index 6ed4c0938..964bb07c7 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.6.4", + "version": "1.6.5", "description": "Gradido Database Tool to execute database migrations", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/database", diff --git a/frontend/package.json b/frontend/package.json index d59c22672..821fea466 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.6.4", + "version": "1.6.5", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index aea523ebe..7bac69382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.6.4", + "version": "1.6.5", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",