Release 1.0.29 v1.0.29
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 20 Jul 2021 17:05:21 +0000 (19:05 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 20 Jul 2021 17:05:21 +0000 (19:05 +0200)
CHANGELOG.md
package-lock.json
package.json

index ba49f57b9656d61b92361e03337461a02997a507..9a0078fa1d222fb0bd53a951dfafddf75242c310 100644 (file)
@@ -4,11 +4,17 @@ 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.29](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.28...v1.0.29)
+
+- Allow to use fluctuated value for SoC MeterValues. [`561d966`](https://github.com/jerome-benoit/ev-simulator/commit/561d966b15fec605a437b17b9a0183a57789414c)
+
 #### [v1.0.28](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.27...v1.0.28)
 
+> 16 July 2021
+
 - Improve and fix error handling at sending OCPP commands [`290d006`](https://github.com/jerome-benoit/ev-simulator/commit/290d006c2d91dce4e9d187189c3e4fae870647f7)
 - Apply dependencies update [`9f3a873`](https://github.com/jerome-benoit/ev-simulator/commit/9f3a8735ce581cf8103483db73df03c031f836dd)
-- Make filename match the class case. [`7170127`](https://github.com/jerome-benoit/ev-simulator/commit/7170127d905a1af7a64c0c01ae81c1f892cfc278)
+- Release 1.0.28 [`ade0191`](https://github.com/jerome-benoit/ev-simulator/commit/ade01910e729e29cb246be8e113fdd40a4cbf4d0)
 
 #### [v1.0.27](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.26...v1.0.27)
 
index dadbfaf0cbae110dcf8f47443856f82bb72d79fe..9206ef3be15938cb49d53058518e92123253f899 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.28",
+  "version": "1.0.29",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 29f18cf77fbb25a2fe120b5b18118d33c2a78a6e..ef7a3b9fbb96d32b392b1810cc66be7d2bb31bb6 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.28",
+  "version": "1.0.29",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"