Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zoernert committed Mar 1, 2024
1 parent 032243d commit e8f300d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.6.15](https://github.com/energychain/ZSG_DynamischeStromtarife/compare/v0.6.14...v0.6.15) (2024-03-01)


### Bug Fixes

* Check if result.length > 0 in case of CSV header generation on empty resultset. ([e799072](https://github.com/energychain/ZSG_DynamischeStromtarife/commit/e799072d475b35a6af57d4e162ab047fb1765b57))
* Handling of handlebars ([032243d](https://github.com/energychain/ZSG_DynamischeStromtarife/commit/032243d644a42da4f51509756f98ab18977ce5d5))

## [0.6.14](https://github.com/energychain/ZSG_DynamischeStromtarife/compare/v0.6.13...v0.6.14) (2024-02-13)


Expand Down
4 changes: 2 additions & 2 deletions framework/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stromdao-eaf",
"version": "0.6.14",
"version": "0.6.15",
"description": "STROMDAO Energy Application Framework - Referenzimplementierung für dynamische Stromtarife",
"scripts": {
"dev": "node ./run-eaf",
Expand Down

0 comments on commit e8f300d

Please sign in to comment.