From: Jérôme Benoit Date: Fri, 1 Oct 2021 19:20:06 +0000 (+0200) Subject: Version 1.1.21 X-Git-Tag: v1.1.21^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=287f65a95dabac857287a857e938100be043a5c7;p=e-mobility-charging-stations-simulator.git Version 1.1.21 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9467d1e9..b6308b36 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.21](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.20...v1.1.21) + +- Flag some attributes readonly [`9e23580`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9e23580d87c4e356f85a41eff450693f7d7738dd) +- Do not log response statistics at sending issues [`c52f1f4`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c52f1f49e485e8f75682f5ce974d54144cbe2b7c) + #### [v1.1.20](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.19...v1.1.20) +> 30 September 2021 + - Reset ATG connectors status if the number of connectors have changed [`54544ef`](https://github.com/jerome-benoit/charging-stations-simulator/commit/54544ef1ca864c3a2e07ff020a7b8f0b38a825fd) +- Version 1.1.20 [`086b340`](https://github.com/jerome-benoit/charging-stations-simulator/commit/086b340c88b70646b363e8b20f6fdb9d4bfadbc3) #### [v1.1.19](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.18...v1.1.19) diff --git a/package-lock.json b/package-lock.json index a824b10d..3e159664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.20", + "version": "1.1.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 458f3c46..8f9c221c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.20", + "version": "1.1.21", "engines": { "node": "14.x.x", "npm": "6.x.x"