From: Jérôme Benoit Date: Sun, 20 Jun 2021 11:57:39 +0000 (+0200) Subject: Release 1.0.22 X-Git-Tag: v1.0.22^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b410677559d7af5cb7b2dbc9d4418da6d56d1bb2;p=e-mobility-charging-stations-simulator.git Release 1.0.22 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fecf4a8..442538d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.22](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.21...v1.0.22) + +- Consistent name for MeterValues related CS template tunable. [`6b10669`](https://github.com/sap-labs-france/ev-simulator/commit/6b10669bf67da4baa14bc5b28161710e4025c913) + #### [v1.0.21](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.20...v1.0.21) +> 20 June 2021 + - Add tunable for phase line to line voltage MeterValues [`9bd8738`](https://github.com/sap-labs-france/ev-simulator/commit/9bd87386d65158edef865cafd0daabff91822b87) +- Release 1.0.21 [`a6d8a23`](https://github.com/sap-labs-france/ev-simulator/commit/a6d8a2363ef5fb8def961283aa5fdc36f8090fb2) #### [v1.0.20](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.19...v1.0.20) diff --git a/package-lock.json b/package-lock.json index b7e81883..8d523a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.21", + "version": "1.0.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c79aada2..015ad169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.21", + "version": "1.0.22", "engines": { "node": "14.x.x", "npm": "6.x.x"