From 06837dfc0d84f1b4f57e89d380760d73b921ca36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 4 Oct 2021 22:26:03 +0200 Subject: [PATCH] Version 1.1.24 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ee1a53..153dba02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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.24](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.23...v1.1.24) + +- Convert OCPP message buffer to a Set [`8e24227`](https://github.com/jerome-benoit/charging-stations-simulator/commit/8e24227340572ec9f086d966c079ead58cc60ef5) +- Fix OCPP message sending timeout handling code [`6d9abcc`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6d9abcc2b7b384773348c64bf0f7fc4dc5aad061) +- Mark some attributes readonly [`f2bf994`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f2bf9948496c724976a2e05d2f20cb17700373ec) + #### [v1.1.23](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.22...v1.1.23) +> 3 October 2021 + - Use a map to store OCPP command statistics [`ff4b895`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ff4b895e48c7e0c0ba57aa9e811ece2a9877340f) +- Version 1.1.23 [`d455a13`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d455a13615017163c12e3199e0086fb717396942) - 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) diff --git a/package-lock.json b/package-lock.json index 775c4d29..50362fd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.23", + "version": "1.1.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d7dd186..3dbf67fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.23", + "version": "1.1.24", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1