From: Jérôme Benoit Date: Sun, 26 Sep 2021 09:34:06 +0000 (+0200) Subject: Version 1.1.10 X-Git-Tag: v1.1.10^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=71bd868951d5f6caa090a3e992fbd0fb5f31bdc1;p=e-mobility-charging-stations-simulator.git Version 1.1.10 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6aaec2..265943fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 8a2032e2..e34eec90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.9", + "version": "1.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4e25482..d1a7c936 100644 --- a/package.json +++ b/package.json @@ -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"