From: Jérôme Benoit Date: Tue, 12 Oct 2021 09:57:03 +0000 (+0200) Subject: Version 1.1.29 X-Git-Tag: v1.1.29^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f8b73ba50fff10fa0282b971bf24f70454231eca;p=e-mobility-charging-stations-simulator.git Version 1.1.29 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 2224a7b2..0c31239f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.29](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.28...v1.1.29) + +- Allow to specify ws options in charging station template [`cd8dd45`](https://github.com/jerome-benoit/charging-stations-simulator/commit/cd8dd45729bcb9838f1f3c7b82596b8b30f8ce4d) +- Apply dependencies update [`561708a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/561708a96364dbf96ea39220a1d0d180508dfe83) + #### [v1.1.28](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.27...v1.1.28) +> 8 October 2021 + - 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) +- Version 1.1.28 [`e42d7b1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e42d7b1ffe054c767c0deb472e852ec1a0b7bf46) #### [v1.1.27](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.26...v1.1.27) diff --git a/package-lock.json b/package-lock.json index 1a747f58..05a897d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.28", + "version": "1.1.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ae21ebf8..f55fd170 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.28", + "version": "1.1.29", "engines": { "node": "14.x.x", "npm": "6.x.x"