Version 1.1.18 v1.1.18
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 29 Sep 2021 21:18:38 +0000 (23:18 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 29 Sep 2021 21:18:38 +0000 (23:18 +0200)
CHANGELOG.md
package-lock.json
package.json

index a6b49991608fcf2d7aef68c45360a199f0819597..a46a570e3691c346c5887973e9c8201f2fe995f0 100644 (file)
@@ -4,11 +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.1.18](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.17...v1.1.18)
+
+- Use a map a register response and incoming request handlers [`58144ad`](https://github.com/jerome-benoit/charging-stations-simulator/commit/58144adb13fbef619e8b75b36bad7c325d7cae50)
+- Fine tune default memory for CF [`0d39037`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0d39037da6a3cfc90aa3d691dd5be186daa1cbae)
+
 #### [v1.1.17](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.16...v1.1.17)
 
+> 29 September 2021
+
 - Unify WebSocket word usage in log messages [`5dc8b1b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5dc8b1b58356265bfe4c704c72874c8dc3d94450)
+- Version 1.1.17 [`94ac9fe`](https://github.com/jerome-benoit/charging-stations-simulator/commit/94ac9fecd2e2c42369221e4d10a9e30d244be74c)
 - Create connectors also if undefined [`8bf8861`](https://github.com/jerome-benoit/charging-stations-simulator/commit/8bf88613e4ab93813de6d7a2e42c5397ccb930e5)
-- Handle connectors number shrinking at template reload. [`86ad08b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/86ad08b201bdfb35de3295a5f36a3998f24ae702)
 
 #### [v1.1.16](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.15...v1.1.16)
 
index e8ecabc9c80fdac12628d693f71db7cef4624161..91b9ebb4d52cb7f0e16908bb4c65bce7d77a7957 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.17",
+  "version": "1.1.18",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 3a6ae7178924790b44e734b9e381622cc5a75fea..54c66859059f12ad26b6cbbd4115a2a7ff31ff7a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.17",
+  "version": "1.1.18",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"