Version 1.1.24 v1.1.24
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 4 Oct 2021 20:26:03 +0000 (22:26 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 4 Oct 2021 20:26:03 +0000 (22:26 +0200)
CHANGELOG.md
package-lock.json
package.json

index 72ee1a53d044512097d7637289db6a39af244ac2..153dba02abe4274d1c88abbb1fd8d9a5e9ba5915 100644 (file)
@@ -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)
 
index 775c4d29eaabfd626a66450336c15e09e4bfb597..50362fd276d4112ea32edb9b1469388ff41e93ea 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.23",
+  "version": "1.1.24",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 4d7dd186461d136cbb9017d2f3ae67e558be2c5e..3dbf67faea2eedcb194da9cf3f4805d151a2466f 100644 (file)
@@ -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"