Version 1.1.28 v1.1.28
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Oct 2021 22:27:13 +0000 (00:27 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Oct 2021 22:27:13 +0000 (00:27 +0200)
CHANGELOG.md
package-lock.json
package.json

index c41923527238a35102fd13b2df7931bcdb55ac38..2224a7b2231381bb9459637d712504f2c0e39075 100644 (file)
@@ -4,9 +4,18 @@ 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.28](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.27...v1.1.28)
+
+- Improve OCPP request's response error handling [`a4bc294`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a4bc29426a2f56c987ec161d86baf9a83c0398ca)
+- Apply dependencies update [`7f876bb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7f876bbcb65688ba973381f628df13bf41fd4b73)
+- Refine CI run conditions [`c4f1190`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c4f11906b889f85edac370fc74d6159456a535a6)
+
 #### [v1.1.27](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.26...v1.1.27)
 
+> 6 October 2021
+
 - Add more sanity checks at remote start transaction [`a265348`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a2653482348f1183b4f8852d43f23dbff711bd83)
+- Version 1.1.27 [`62e6c9d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/62e6c9d0b0f7bbf6a73248b3157368e0c112701b)
 
 #### [v1.1.26](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.25...v1.1.26)
 
index 3799342af8a5900cae20ae74a577e71dfdf875a4..cc93d559d54d508af2602e46a3c3178523699aa3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.27",
+  "version": "1.1.28",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 5f69ee30d4b680bff159c4fa35b8dea31eaf4d3e..86f417b5051f60df2da171236ebef643dd54b9b7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.27",
+  "version": "1.1.28",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"