Version 1.1.22 v1.1.22
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 2 Oct 2021 09:49:40 +0000 (11:49 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 2 Oct 2021 09:49:40 +0000 (11:49 +0200)
CHANGELOG.md
package-lock.json
package.json

index b6308b36475eab93a488c6f7062c39ee1c4d1f0d..e208aba2d2b92fb66e3a61b7bf72ec2be27eee7f 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.22](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.21...v1.1.22)
+
+- Improve resquest response error logging [`887fef7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/887fef764941b7a9970fd78bbc608882c320fe78)
+- Refine some type definitions [`9239b49`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9239b49afd9a0cf6a6a2008d9c907fe42072f29b)
+
 #### [v1.1.21](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.20...v1.1.21)
 
+> 1 October 2021
+
 - Flag some attributes readonly [`9e23580`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9e23580d87c4e356f85a41eff450693f7d7738dd)
+- Version 1.1.21 [`287f65a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/287f65a95dabac857287a857e938100be043a5c7)
 - 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)
index 3e159664c481ab799c621876219b708aa855e742..b7b49820554040dd66e51a74947a0ffddd0731a2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.21",
+  "version": "1.1.22",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 8f9c221cf2afce92a3341d9b527af1a71fc87319..8709b721350ec4a40d2d7f0dde082596dca22e4e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.21",
+  "version": "1.1.22",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"