Release 1.0.34 v1.0.34
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 14 Aug 2021 08:44:51 +0000 (10:44 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 14 Aug 2021 08:44:51 +0000 (10:44 +0200)
CHANGELOG.md
package-lock.json
package.json

index 25d5bc2357a36f3c02c3a554846c4b94ef2629d8..1db83cd582426a6cd01882e944db0e6e089077a8 100644 (file)
@@ -4,9 +4,18 @@ 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.34](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.33...v1.0.34)
+
+- Fix performance statistics handling at charging station template reload [`087a502`](https://github.com/jerome-benoit/ev-simulator/commit/087a502dd0b03aa2107ebd6355062397e86d5e7f)
+- Fix error handling of incoming OCPP request [`e64c092`](https://github.com/jerome-benoit/ev-simulator/commit/e64c092349ce9744ed017cfa757dc0b86bff5fd5)
+- Change OCPP classes methods scope to protected [`c7f95d1`](https://github.com/jerome-benoit/ev-simulator/commit/c7f95d1604f9d7b10b3f7b82912eb8a2b1d24bc1)
+
 #### [v1.0.33](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.32...v1.0.33)
 
+> 13 August 2021
+
 - Ensure performance statistics is started before connection to the OCPP [`7874b0b`](https://github.com/jerome-benoit/ev-simulator/commit/7874b0b1fbf94d34e8c65ed3e669f1c97f74dd1d)
+- Release 1.0.33 [`a07c191`](https://github.com/jerome-benoit/ev-simulator/commit/a07c1910dc3c565f7dce91bcf705b57a8171fa19)
 
 #### [v1.0.32](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.31...v1.0.32)
 
index 51f471277003d58afc362c3a2026f0c85a450e81..19fa3f3cb977f431bb3b4514f869b32187c556a9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.33",
+  "version": "1.0.34",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 6955decfd6de253c7c458c1f7afb532564049054..2837e4a0ff8147b5d2f8f8ac585a84baf4d27a8f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.33",
+  "version": "1.0.34",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"