From 0f553b8ed2d4588ec3f438ba38f09bd8f9d013aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 27 Jun 2021 22:14:44 +0200 Subject: [PATCH] Release 1.0.25 --- 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 3bf66db6..e90a5c2e 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.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) diff --git a/package-lock.json b/package-lock.json index a87d2794..87ac8fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.24", + "version": "1.0.25", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63ccf093..54b0d067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.24", + "version": "1.0.25", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1