From: Jérôme Benoit Date: Mon, 28 Jun 2021 13:58:40 +0000 (+0200) Subject: Release 1.0.26 X-Git-Tag: v1.0.26^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=396d8df236da2c3f2639df79ad52c0d3d3b5fd62;p=e-mobility-charging-stations-simulator.git Release 1.0.26 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e90a5c2e..dd5e4c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.0.26](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.25...v1.0.26) + +- Properly handle charging profiles set a remote start transaction. [`e060fe5`](https://github.com/sap-labs-france/ev-simulator/commit/e060fe587a245ba900b8895f9cf5b8f926bdecb6) + #### [v1.0.25](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.24...v1.0.25) +> 27 June 2021 + - Various fixes at charging profiles handling: [`a7fc821`](https://github.com/sap-labs-france/ev-simulator/commit/a7fc8211ff35f821074120edea9ddb6ce024d58d) - Consistent variables naming. [`5a20b4f`](https://github.com/sap-labs-france/ev-simulator/commit/5a20b4fd01f3efb08e45409716f8365ca2088e9a) - Consistent naming for CS template enums [`4c2b490`](https://github.com/sap-labs-france/ev-simulator/commit/4c2b490420d856ee0602b3806d6508b67643613b) diff --git a/package-lock.json b/package-lock.json index 87ac8fd6..49938353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.25", + "version": "1.0.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 54b0d067..c7b537bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.25", + "version": "1.0.26", "engines": { "node": "14.x.x", "npm": "6.x.x"