From d455a13615017163c12e3199e0086fb717396942 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 3 Oct 2021 01:25:36 +0200 Subject: [PATCH] Version 1.1.23 --- 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 e208aba2..72ee1a53 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.1.23](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.22...v1.1.23) + +- Use a map to store OCPP command statistics [`ff4b895`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ff4b895e48c7e0c0ba57aa9e811ece2a9877340f) +- Apply dependencies update [`311dd6f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/311dd6feba5fe8c1c86c3875b72b40bef688244e) +- Use return consistently in sendMessage() [`f373ee9`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f373ee97f9b8b64fe73c8c32d80591afcfca0a6c) + #### [v1.1.22](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.21...v1.1.22) +> 2 October 2021 + +- Version 1.1.22 [`b40d8b0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b40d8b0d67a08a811f1d7cc88369b70034b64b8a) - Improve resquest response error logging [`887fef7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/887fef764941b7a9970fd78bbc608882c320fe78) - Refine some type definitions [`9239b49`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9239b49afd9a0cf6a6a2008d9c907fe42072f29b) diff --git a/package-lock.json b/package-lock.json index 07d14b27..775c4d29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.22", + "version": "1.1.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7094a161..4d7dd186 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.22", + "version": "1.1.23", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1