From e42d7b1ffe054c767c0deb472e852ec1a0b7bf46 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 8 Oct 2021 00:27:13 +0200 Subject: [PATCH] Version 1.1.28 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4192352..2224a7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 3799342a..cc93d559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.27", + "version": "1.1.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f69ee30..86f417b5 100644 --- a/package.json +++ b/package.json @@ -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" -- 2.34.1