Version 1.1.17 v1.1.17
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 29 Sep 2021 10:04:34 +0000 (12:04 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 29 Sep 2021 10:04:34 +0000 (12:04 +0200)
CHANGELOG.md
package-lock.json
package.json

index 1fae88fbd8a9e4fe18d79b45da173a8d107032d3..a6b49991608fcf2d7aef68c45360a199f0819597 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.17](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.16...v1.1.17)
+
+- Unify WebSocket word usage in log messages [`5dc8b1b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5dc8b1b58356265bfe4c704c72874c8dc3d94450)
+- 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)
 
+> 28 September 2021
+
+- Version 1.1.16 [`f871a44`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f871a44132619abe3cd5beeaec4fb898fb98924d)
 - Revert promise resolve/reject value [`aba5361`](https://github.com/jerome-benoit/charging-stations-simulator/commit/aba5361d9e42555ef62e31101a738cdab1c77e33)
 
 #### [v1.1.15](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.14...v1.1.15)
index bbb204ae87014372f25c7c8b53e7448149f9e7c9..e8ecabc9c80fdac12628d693f71db7cef4624161 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.16",
+  "version": "1.1.17",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 192e14256ef6165af6b34366cbc8f12ed09206ad..3a6ae7178924790b44e734b9e381622cc5a75fea 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.16",
+  "version": "1.1.17",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"