Release 1.0.16 v1.0.16
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 13 Jun 2021 09:25:44 +0000 (11:25 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 13 Jun 2021 09:25:44 +0000 (11:25 +0200)
CHANGELOG.md
package-lock.json
package.json

index 9e3498b2cae6ff75fb4a5203a9259f63020562c9..7fe2adcdba9d2454898ef16f1fe4bd976da13e90 100644 (file)
@@ -4,8 +4,14 @@ 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.16](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.15...v1.0.16)
+
+- Add support for transaction data MeterValues [`fd0c36f`](https://github.com/sap-labs-france/ev-simulator/commit/fd0c36fab7509aeb48c1fbb40b70072fe64ae63c)
+
 #### [v1.0.15](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.14...v1.0.15)
 
+> 12 June 2021
+
 - 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)
index a17ee83a12a3228b9af76cc04c36d8dc5e554456..cee538db7f20f40fbae1ec92452e53fb936e8006 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.15",
+  "version": "1.0.16",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 6d449fd0dfcd5367801c42a8cc42ad3f6eb2ce1c..085eb126859e6f0e5f9a9139382035eeafcccfa7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.15",
+  "version": "1.0.16",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"