Version 1.1.10 v1.1.10
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 26 Sep 2021 09:34:06 +0000 (11:34 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 26 Sep 2021 09:34:06 +0000 (11:34 +0200)
CHANGELOG.md
package-lock.json
package.json

index eb6aaec283c872e14d886b8898968258471ed23d..265943fe873e1535db49805c75d77d9418aee765 100644 (file)
@@ -4,9 +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.10](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.9...v1.1.10)
+
+- 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)
+
 #### [v1.1.9](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.8...v1.1.9)
 
+> 25 September 2021
+
 - Push down at the connector level ATG states [`9664ec5`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9664ec50ce58f2fa682ad687a214d090a95d51f7)
+- Version 1.1.9 [`66ad0eb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/66ad0eb1a749a008fae689b3dab9bfc0a137fce5)
 - Ensure the ATG connector status is not overwritten at stop [`b2bece2`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b2bece24c8376b29bb0075727402ec3368e31f04)
 
 #### [v1.1.8](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.7...v1.1.8)
index 8a2032e20c04770aa022b4bf4544310c00006f4e..e34eec907a7c6ce1e903109c805e572c418e3e82 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.9",
+  "version": "1.1.10",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index e4e254821da8075803f62c60ae0a1941f3852d3e..d1a7c936282941986585d7d25d6ffa3e1e0a60b5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.9",
+  "version": "1.1.10",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"