From: Jérôme Benoit Date: Thu, 30 Sep 2021 20:19:38 +0000 (+0200) Subject: Version 1.1.20 X-Git-Tag: v1.1.20^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=086b340c88b70646b363e8b20f6fdb9d4bfadbc3;hp=54544ef1ca864c3a2e07ff020a7b8f0b38a825fd;p=e-mobility-charging-stations-simulator.git Version 1.1.20 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index bf481700..9467d1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index bbe025cb..4b0ace88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.19", + "version": "1.1.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4ccec3fc..491ddee3 100644 --- a/package.json +++ b/package.json @@ -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"