Version 1.1.4 v1.1.4
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 19 Sep 2021 09:12:51 +0000 (11:12 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 19 Sep 2021 09:12:51 +0000 (11:12 +0200)
CHANGELOG.md
package-lock.json
package.json

index ea368283646f312bfdb3fd9908bd2a0830184022..acb8ef556e7b29687fc7ea5a7aad11edb3a0e76f 100644 (file)
@@ -4,11 +4,19 @@ 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.4](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.3...v1.1.4)
+
+- Optimize ATG run duration handling [`265e426`](https://github.com/jerome-benoit/charging-stations-simulator/commit/265e42664464f3846b3663dcf96264c6d161a77a)
+- Add sanity checks to random number generation code [`b322b8b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b322b8b4712bd412ea2d1e27924dcc6f1bb08c63)
+- Add sanity checks to random integer generation [`a3868ec`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a3868ec4e6c4782ba51066ddbba74f9730dbba19)
+
 #### [v1.1.3](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.2...v1.1.3)
 
+> 18 September 2021
+
 - Add scope to helper methods in Utils class. [`0f16a66`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0f16a6625f6ec995565a7a8de7ff08808eeb5c86)
 - Fix duration formatting for large one [`d7d1db7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d7d1db72537ac2b012ca901a768d6442f3cf39fe)
-- Secure random integer generator inputs [`fd00fa2`](https://github.com/jerome-benoit/charging-stations-simulator/commit/fd00fa2e9c06c4b05360c915fa44e2018c731503)
+- Version 1.1.3 [`1f6a615`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1f6a6158e1d9a2f234704efbbf1a89fa48d69e67)
 
 #### [v1.1.2](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.1...v1.1.2)
 
index 900043462265c707fd3b5ee04589295c8acefeaf..fa9b14d888946b7c648a263e428809eebe40ccae 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.3",
+  "version": "1.1.4",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index c9408cac8a2018086e52ba047bbfa0b9dbd52513..ae71539393d03d97fdcc92075001962a22ec7ce1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.3",
+  "version": "1.1.4",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"