Version 1.1.27 v1.1.27
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 Oct 2021 16:59:23 +0000 (18:59 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 Oct 2021 16:59:23 +0000 (18:59 +0200)
CHANGELOG.md
package-lock.json
package.json

index 00660f0d5294994491766082c7d39e5d53b97e71..c41923527238a35102fd13b2df7931bcdb55ac38 100644 (file)
@@ -4,8 +4,15 @@ 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.27](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.26...v1.1.27)
+
+- Add more sanity checks at remote start transaction [`a265348`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a2653482348f1183b4f8852d43f23dbff711bd83)
+
 #### [v1.1.26](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.25...v1.1.26)
 
+> 6 October 2021
+
+- Version 1.1.26 [`dea08fc`](https://github.com/jerome-benoit/charging-stations-simulator/commit/dea08fc312d196cd7c9e509f4cc37993d72da99e)
 - Fix callback invocation in promiseWithTimeout() [`ed0f838`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ed0f83800d2e1f68b82a233dee91745ba4031cfb)
 
 #### [v1.1.25](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.24...v1.1.25)
index d2df21a22632c0ac20abb9634a8571589abab766..b24a91625fab015f8b2c8d22be586a48c203b8d6 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.26",
+  "version": "1.1.27",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 055426c1e1de2fa80dae997d204c8b049e335fba..4b246d1321079f5e50d5f4393fef8a4377414d2b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.26",
+  "version": "1.1.27",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"