From 62e6c9d0b0f7bbf6a73248b3157368e0c112701b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 6 Oct 2021 18:59:23 +0200 Subject: [PATCH] Version 1.1.27 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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" -- 2.34.1