Version 1.1.6 v1.1.6
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 21 Sep 2021 20:40:12 +0000 (22:40 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 21 Sep 2021 20:40:12 +0000 (22:40 +0200)
CHANGELOG.md
package-lock.json
package.json

index 8bb57dc9d8e8247e5cf693f1318c44414a3a3cb3..5d27ad2cfb763c89324b1a1e4fe0cc4ed397d1e1 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.1.6](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.5...v1.1.6)
+
+- Fix ATG run duration computation [`0045cef`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0045cef5dae3be8131969d08f70c10748922524e)
+- Optimize heap tunable for CF [`e55ef94`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e55ef94a997fd43fe1b6f2711667777e57cdef63)
+
 #### [v1.1.5](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.4...v1.1.5)
 
+> 21 September 2021
+
 - Apply dependencies update [`2f30779`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2f3077930c8e17f2ebba01dfba2c0124e5948705)
 - Apply dependencies update [`f9b1488`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f9b14880b5742b1e721b0b1ca6d3ed62ec63d021)
 - Add empty object type and use it on some ocpp responses type [`c12b43d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c12b43d0f4569a189e064768c14088ab8fce9e1b)
index 057a7295552f47edad17b26eb63ea563f4343ef3..1454c36b809417f7efb5337948425d997e921b45 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.5",
+  "version": "1.1.6",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index c56260f9f7e9544f2ccbecc99ce14c499fde0827..665237f7884b4b67bd81b06127f4956937c5a881 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.5",
+  "version": "1.1.6",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"