Version 1.1.20 v1.1.20
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 30 Sep 2021 20:19:38 +0000 (22:19 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 30 Sep 2021 20:19:38 +0000 (22:19 +0200)
CHANGELOG.md
package-lock.json
package.json

index bf481700b5071bb3abc02fd8ee0f27f219553cd8..9467d1e972e99b6c716ff5651a9e97fe3b9f9bd4 100644 (file)
@@ -4,11 +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.20](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.19...v1.1.20)
+
+- Reset ATG connectors status if the number of connectors have changed [`54544ef`](https://github.com/jerome-benoit/charging-stations-simulator/commit/54544ef1ca864c3a2e07ff020a7b8f0b38a825fd)
+
 #### [v1.1.19](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.18...v1.1.19)
 
+> 30 September 2021
+
 - Convert to a map connectors and their status [`734d790`](https://github.com/jerome-benoit/charging-stations-simulator/commit/734d790d9983a43c20f9ffa728f18825625e8119)
 - Apply dependencies update [`4813263`](https://github.com/jerome-benoit/charging-stations-simulator/commit/48132636528412b0d48b22baf35414ab2e917bd1)
-- Cleanup [`331e20b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/331e20bbca5a7f404551666c4a3609ae92fc5e86)
+- Version 1.1.19 [`3bcb016`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3bcb016865c38c3845469135760eda887277e775)
 
 #### [v1.1.18](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.17...v1.1.18)
 
index bbe025cbbc66cefb0f4d45635d6af48f623b746e..4b0ace88372adca57d1617a96ed2b0d542eeb7c4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.19",
+  "version": "1.1.20",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 4ccec3fc657067708567088b8d02a643f6b22db4..491ddee3111ebcdc7877dd1482ba79c110572a38 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.19",
+  "version": "1.1.20",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"