From 8e3ffccaafbe25bab04776ff10e8c6b2f5751062 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 14 Aug 2021 10:44:51 +0200 Subject: [PATCH] Release 1.0.34 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d5bc23..1db83cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 51f47127..19fa3f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.33", + "version": "1.0.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6955decf..2837e4a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.33", + "version": "1.0.34", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1