From: Jérôme Benoit Date: Thu, 2 Sep 2021 20:13:18 +0000 (+0200) Subject: Release 1.0.54 X-Git-Tag: v1.0.54^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ca79035afa125dd2c39a863e29f244e9466ae98e;p=e-mobility-charging-stations-simulator.git Release 1.0.54 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 201cef1f..6dcb2efb 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). +#### [v1.0.54](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.53...v1.0.54) + +- Improve OCPP error handling, fix performance storage default file path [`a6b3c6c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a6b3c6c313f1c0314a1445ed630cac85edf55b2c) +- Throw an error in the template does not have default required mesurand [`de96aca`](https://github.com/jerome-benoit/charging-stations-simulator/commit/de96acad9df699ff34f25e32ba616ef5c09ff124) +- Fix OCPPError command attribute affectation [`9292e32`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9292e32a92f3ef63ee5a3cf86dc497b8acae5d2d) + #### [v1.0.53](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.52...v1.0.53) +> 31 August 2021 + +- Release 1.0.53 [`699e779`](https://github.com/jerome-benoit/charging-stations-simulator/commit/699e779b5316bf6ccfba89b21cc0b561565efa83) - Use morgan law properly to allow remote start transaction to work. [`f6aa641`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f6aa64122833d24ed52a882bf7376788f3917748) #### [v1.0.52](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.51...v1.0.52) diff --git a/package-lock.json b/package-lock.json index c268e2b6..133ab49c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.53", + "version": "1.0.54", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 452c32f5..8d2c27f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.53", + "version": "1.0.54", "engines": { "node": "14.x.x", "npm": "6.x.x"