Release 1.0.36 v1.0.36
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Aug 2021 18:54:01 +0000 (20:54 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Aug 2021 18:54:01 +0000 (20:54 +0200)
CHANGELOG.md
package-lock.json
package.json

index e99498f575850b671fb329d8d107fa7869a80474..293cc982f7f9e8a780dc65e9e15244525c67817a 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.36](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.35...v1.0.36)
+
+- Fix MeterValues JSON payload [`#17`](https://github.com/sap-labs-france/ev-simulator/issues/17)
+- Fix a unit test failure. [`6c23cbb`](https://github.com/jerome-benoit/ev-simulator/commit/6c23cbbbf00352ee21bad7e853f4e6b549f17cb2)
+
 #### [v1.0.35](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.34...v1.0.35)
 
+> 15 August 2021
+
 - Apply security dependencies update. [`6c5fc6c`](https://github.com/jerome-benoit/ev-simulator/commit/6c5fc6c3595e93bf42e5002385a3cd0399ed6aa8)
 - Apply dependencies update. [`62cfe9f`](https://github.com/jerome-benoit/ev-simulator/commit/62cfe9f65077aaf50438f1c487a62a447d3ec299)
 - Add 95th percentile to performance statistics [`b49422c`](https://github.com/jerome-benoit/ev-simulator/commit/b49422c609edeff25577c1350f3bd2410bdd3b07)
index 792be5fb89146687e7674cc6e66d3201712730f7..bbfc1782cc76be7b36d87a1383dcd3deb20c65fe 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.35",
+  "version": "1.0.36",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 2f9ae7a4a4d16779b5f991b8f732cff6655e3522..61cfbd102135a08630d4d9d3266ea2252b4df7c8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.35",
+  "version": "1.0.36",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"