Release 1.0.14 v1.0.14
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 11 Jun 2021 19:32:14 +0000 (21:32 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 11 Jun 2021 19:32:14 +0000 (21:32 +0200)
CHANGELOG.md
package-lock.json
package.json

index abd152b34cfcb3356afe881899e39dbee46a3bf9..5a27cad219cd8eb9453adc8dead40ff8d9c5be50 100644 (file)
@@ -4,8 +4,15 @@ 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.14](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.13...v1.0.14)
+
+- Add initial support at sending transaction.{begin,end} meter values [`326f6e3`](https://github.com/sap-labs-france/ev-simulator/commit/326f6e386ccb8d0bbbd713a19ca4c827a2856097)
+- 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)
 
+> 11 June 2021
+
 - Bump glob-parent from 5.1.1 to 5.1.2 [`#14`](https://github.com/sap-labs-france/ev-simulator/pull/14)
 - Bump normalize-url from 4.5.0 to 4.5.1 [`#13`](https://github.com/sap-labs-france/ev-simulator/pull/13)
 - Apply dependencies update [`5cd0ee9`](https://github.com/sap-labs-france/ev-simulator/commit/5cd0ee90cba70da2d60d06f0ff450cfdd67a515d)
index 96ab4e2a678058339d9681b9ca36b10d9d7f6d83..102dd164d17b43de3e239b73a2de73a9aa404f4f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.13",
+  "version": "1.0.14",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index fde89d5b26ae348cdf841279028ae4e14b79dca7..87c4f8dd0fc37b14b2adcb79fa5bc8cbe10a9025 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.13",
+  "version": "1.0.14",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"