From: Jérôme Benoit Date: Wed, 6 Oct 2021 16:59:23 +0000 (+0200) Subject: Version 1.1.27 X-Git-Tag: v1.1.27^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=62e6c9d0b0f7bbf6a73248b3157368e0c112701b;p=e-mobility-charging-stations-simulator.git Version 1.1.27 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 00660f0d..c4192352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index d2df21a2..b24a9162 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.26", + "version": "1.1.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 055426c1..4b246d13 100644 --- a/package.json +++ b/package.json @@ -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"