From 086b340c88b70646b363e8b20f6fdb9d4bfadbc3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 30 Sep 2021 22:19:38 +0200 Subject: [PATCH] Version 1.1.20 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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" -- 2.34.1