Version 1.1.11 v1.1.11
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 26 Sep 2021 10:49:02 +0000 (12:49 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 26 Sep 2021 10:49:02 +0000 (12:49 +0200)
CHANGELOG.md
package-lock.json
package.json

index 265943fe873e1535db49805c75d77d9418aee765..d5d57222401e1f0e27276a90d626acf18046bbc7 100644 (file)
@@ -4,10 +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.11](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.10...v1.1.11)
+
+- Add more ATG internal states tracking [`071a931`](https://github.com/jerome-benoit/charging-stations-simulator/commit/071a9315b94fb1c6f7996ca71e42794ac9ff9f82)
+
 #### [v1.1.10](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.9...v1.1.10)
 
+> 26 September 2021
+
 - Untangle charging station worker types from the generic ones [`98dc07f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/98dc07faaf264c0263d2c8de382efa9db59cd5b4)
 - ATG: unify start/stop on connector API [`83a3286`](https://github.com/jerome-benoit/charging-stations-simulator/commit/83a3286a048e21e8e872e6438736b818584a16ea)
+- Version 1.1.10 [`71bd868`](https://github.com/jerome-benoit/charging-stations-simulator/commit/71bd868951d5f6caa090a3e992fbd0fb5f31bdc1)
 
 #### [v1.1.9](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.8...v1.1.9)
 
index e34eec907a7c6ce1e903109c805e572c418e3e82..01c47f2c569cf7610985ebce4cd692005d3162d0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.10",
+  "version": "1.1.11",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index d1a7c936282941986585d7d25d6ffa3e1e0a60b5..069261d7765507f2b52ed09e301198799ab3fd49 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.10",
+  "version": "1.1.11",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"