Version 1.1.21 v1.1.21
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 1 Oct 2021 19:20:06 +0000 (21:20 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 1 Oct 2021 19:20:06 +0000 (21:20 +0200)
CHANGELOG.md
package-lock.json
package.json

index 9467d1e972e99b6c716ff5651a9e97fe3b9f9bd4..b6308b36475eab93a488c6f7062c39ee1c4d1f0d 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.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)
 
index a824b10dd2e19f0bd6aa31605ea099793183e887..3e159664c481ab799c621876219b708aa855e742 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.20",
+  "version": "1.1.21",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 458f3c468a4f75f93e0083c07ebffec829536104..8f9c221cf2afce92a3341d9b527af1a71fc87319 100644 (file)
@@ -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"