From e7f3c21c5e2925d0ae5a0ac857220c09be3380e7 Mon Sep 17 00:00:00 2001 From: Thorsten Zoerner Date: Mon, 5 Feb 2024 14:49:36 +0100 Subject: [PATCH] ChangeLog --- framework/CHANGELOG.md | 7 +++++++ framework/package-lock.json | 4 ++-- framework/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 174842e..bae9403 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.8](https://github.com/energychain/ZSG_DynamischeStromtarife/compare/v0.6.7...v0.6.8) (2024-02-05) + + +### Bug Fixes + +* Remove Moleculer LAB dependency as it makes SQLite3 dependency mandatory ([c49cc48](https://github.com/energychain/ZSG_DynamischeStromtarife/commit/c49cc485166f1e35ae8c3f16ba3d4552fabccfa4)) + ## [0.6.7](https://github.com/energychain/ZSG_DynamischeStromtarife/compare/v0.6.6...v0.6.7) (2024-02-05) diff --git a/framework/package-lock.json b/framework/package-lock.json index 65a5b16..b49d2e1 100644 --- a/framework/package-lock.json +++ b/framework/package-lock.json @@ -1,12 +1,12 @@ { "name": "stromdao-eaf", - "version": "0.6.7", + "version": "0.6.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stromdao-eaf", - "version": "0.6.7", + "version": "0.6.8", "license": "Apache-2.0", "dependencies": { "@moleculer/lab": "^0.6.4", diff --git a/framework/package.json b/framework/package.json index 92cf8dc..933ce58 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "stromdao-eaf", - "version": "0.6.7", + "version": "0.6.8", "description": "STROMDAO Energy Application Framework - Referenzimplementierung für dynamische Stromtarife", "scripts": { "dev": "node ./run-eaf",