Release 1.0.25 v1.0.25
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 27 Jun 2021 20:14:44 +0000 (22:14 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 27 Jun 2021 20:14:44 +0000 (22:14 +0200)
CHANGELOG.md
package-lock.json
package.json

index 3bf66db6809d16f5729eae1f40c553a9527e14c4..e90a5c2ece201382dacede5cd9fbb80d2311a405 100644 (file)
@@ -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.0.25](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.24...v1.0.25)
+
+- 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)
+
 #### [v1.0.24](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.23...v1.0.24)
 
+> 21 June 2021
+
 - Keep track of authorize request idtag status. [`163547b`](https://github.com/sap-labs-france/ev-simulator/commit/163547b1c0d9b1062891962feedb127fc0c1cc94)
+- Release 1.0.24 [`7b397d7`](https://github.com/sap-labs-france/ev-simulator/commit/7b397d7e4e4ddb66365674421577bdc967cf782a)
 
 #### [v1.0.23](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.22...v1.0.23)
 
index a87d27943846717efd91c3224c2fe81b3a59dabc..87ac8fd66305e5e44d8adf6f14dc5cb1ab47276d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.24",
+  "version": "1.0.25",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 63ccf0938ea53fe5ac7eefceff9fdd6baaf7654c..54b0d067fe5edc986b37cba30bcfe2b13daf4bda 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.24",
+  "version": "1.0.25",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"