Release 1.0.54 v1.0.54
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 2 Sep 2021 20:13:18 +0000 (22:13 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 2 Sep 2021 20:13:18 +0000 (22:13 +0200)
CHANGELOG.md
package-lock.json
package.json

index 201cef1f987a09c99291f96325a8e3bebff3a79f..6dcb2efbb40ed01e6f12813c22daeaee72183ac9 100644 (file)
@@ -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)
index c268e2b69247e307011013b54fbf458ab6a1ec51..133ab49c696a20a48cc6811a7fbddd4573defc93 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.53",
+  "version": "1.0.54",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 452c32f5d85c4ac39979cc66bac7acfbf7657991..8d2c27f5d0cd4987553c58f119c40edf27064b1e 100644 (file)
@@ -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"