Version 1.1.23 v1.1.23
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 2 Oct 2021 23:25:36 +0000 (01:25 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 2 Oct 2021 23:25:36 +0000 (01:25 +0200)
CHANGELOG.md
package-lock.json
package.json

index e208aba2d2b92fb66e3a61b7bf72ec2be27eee7f..72ee1a53d044512097d7637289db6a39af244ac2 100644 (file)
@@ -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)
 
index 07d14b2713d525fd9f712cd4b6b80d75b2973526..775c4d29eaabfd626a66450336c15e09e4bfb597 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.22",
+  "version": "1.1.23",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 7094a161ac79a0b6d4ef8e3f75df292ba9fe4c61..4d7dd186461d136cbb9017d2f3ae67e558be2c5e 100644 (file)
@@ -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"