Release 1.0.15 v1.0.15
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 12 Jun 2021 19:27:28 +0000 (21:27 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 12 Jun 2021 19:27:28 +0000 (21:27 +0200)
CHANGELOG.md
package-lock.json
package.json

index 5a27cad219cd8eb9453adc8dead40ff8d9c5be50..9e3498b2cae6ff75fb4a5203a9259f63020562c9 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.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)
index 0be6e913bf84dae6ef3fa76773c8c18620ff733d..a17ee83a12a3228b9af76cc04c36d8dc5e554456 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.14",
+  "version": "1.0.15",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index f8b51b3a26ab464013ccdac1523b8943a71a304d..6d449fd0dfcd5367801c42a8cc42ad3f6eb2ce1c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.14",
+  "version": "1.0.15",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"