From 6f9e2fc2f6ce2c227b90cbc7ed9a35ef5b542533 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 12 Jun 2021 21:27:28 +0200 Subject: [PATCH] Release 1.0.15 --- 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 5a27cad2..9e3498b2 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.15](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.14...v1.0.15) + +- MeterValues: add Transaction.Begin and .End support [`6ed92bc`](https://github.com/sap-labs-france/ev-simulator/commit/6ed92bc13120d78f84f2182ddbafd3cbcaa37359) +- Add support for unit in meter values. [`4a1857a`](https://github.com/sap-labs-france/ev-simulator/commit/4a1857a25fbcc203def0c0b1a6c5ebcb19602fe6) +- Fix power unit in kW handling in charging station template [`510f0fa`](https://github.com/sap-labs-france/ev-simulator/commit/510f0fa5461cada6ca7c0e2aea525674fb00f079) + #### [v1.0.14](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.13...v1.0.14) +> 11 June 2021 + - Add initial support at sending transaction.{begin,end} meter values [`326f6e3`](https://github.com/sap-labs-france/ev-simulator/commit/326f6e386ccb8d0bbbd713a19ca4c827a2856097) +- Release 1.0.14 [`ff6bb9b`](https://github.com/sap-labs-france/ev-simulator/commit/ff6bb9b48054b5f5ab39a93b8257ce6662064a85) - Refine eslint configuration [`c93aeb2`](https://github.com/sap-labs-france/ev-simulator/commit/c93aeb26312b1a939cf741d5b501abf2c44054c7) #### [v1.0.13](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.12...v1.0.13) diff --git a/package-lock.json b/package-lock.json index 0be6e913..a17ee83a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.14", + "version": "1.0.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8b51b3a..6d449fd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.14", + "version": "1.0.15", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1