Release 1.0.20 v1.0.20
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 19 Jun 2021 20:02:56 +0000 (22:02 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 19 Jun 2021 20:02:56 +0000 (22:02 +0200)
CHANGELOG.md
package-lock.json
package.json

index 651799ef7d46335713b662647fa73a3f096cecf8..1fbe8b12929b95bc770fad6e788a9414df97311f 100644 (file)
@@ -4,8 +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.20](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.19...v1.0.20)
+
+- Add per phase support to MeterValues in template. [`9ccca26`](https://github.com/sap-labs-france/ev-simulator/commit/9ccca265277990663dad8ad0573b7c283e221c6f)
+- Use ConnectionTineOut OCPP parameter as WS timeout [`147d0e0`](https://github.com/sap-labs-france/ev-simulator/commit/147d0e0f63942b395dabf86ab7488f6f270cf027)
+- Logs message cleanup [`c8d67ee`](https://github.com/sap-labs-france/ev-simulator/commit/c8d67ee583628d68f9d1806fc591c3e8e00808e4)
+
 #### [v1.0.19](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.18...v1.0.19)
 
+> 13 June 2021
+
+- Release 1.0.19 [`46fe960`](https://github.com/sap-labs-france/ev-simulator/commit/46fe9601fe66f75a48301a658347fd393582ea22)
 - Add support for ConnectionTimeOut standard parameter [`291cb25`](https://github.com/sap-labs-france/ev-simulator/commit/291cb255bec471875566d94ea674b7f476a2b7a1)
 
 #### [v1.0.18](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.17...v1.0.18)
index 929f04e8119192dfc31a7bdb1bc677c1e4c97b52..cce3acc7bd54a885a87d9ca72d9515b7407405cc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.19",
+  "version": "1.0.20",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index c16520c18034b47e2f7477f1130caad532559aa5..296260491717df5b9148d7893ad7732a70a407c8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.19",
+  "version": "1.0.20",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"