Release 1.0.26 v1.0.26
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 28 Jun 2021 13:58:40 +0000 (15:58 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 28 Jun 2021 13:58:40 +0000 (15:58 +0200)
CHANGELOG.md
package-lock.json
package.json

index e90a5c2ece201382dacede5cd9fbb80d2311a405..dd5e4c1528dab35dd62ec7ec3f3dfff4704dd080 100644 (file)
@@ -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)
index 87ac8fd66305e5e44d8adf6f14dc5cb1ab47276d..499383535ea6641534655d699c9abd401c0a3629 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.25",
+  "version": "1.0.26",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 54b0d067fe5edc986b37cba30bcfe2b13daf4bda..c7b537bb65dc3a8edcd7cf3e175775e99bc9b488 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.25",
+  "version": "1.0.26",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"