Version 1.1.3 v1.1.3
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 18 Sep 2021 11:23:03 +0000 (13:23 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 18 Sep 2021 11:23:03 +0000 (13:23 +0200)
CHANGELOG.md
package-lock.json
package.json

index a7365c365d905882e6a1e0a61a8816123db3e550..ea368283646f312bfdb3fd9908bd2a0830184022 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.3](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.2...v1.1.3)
+
+- 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)
+
 #### [v1.1.2](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.1...v1.1.2)
 
+> 17 September 2021
+
 - Apply dependencies update [`3a2adbe`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3a2adbe5f8f5d7d3e4d351aacac37fa07593fc96)
 - Fix and secure random number generation code [`c37528f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c37528f1b44c116d0e714194e881d94951efdef6)
-- Silence sonar a bit [`0dad4bd`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0dad4bda6c02b3c62b8f9465a82d33f721dfbd13)
+- Version 1.1.2 [`c3afd76`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c3afd76e6d2323de2d56a4eb324524c3f73eee38)
 
 #### [v1.1.1](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.0...v1.1.1)
 
index 36b6396c9b418d1fea35d4f37f0a43c725f5e9c7..900043462265c707fd3b5ee04589295c8acefeaf 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.2",
+  "version": "1.1.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index e2d1580dec2f68592dc63dce4ebe81b868368c41..c9408cac8a2018086e52ba047bbfa0b9dbd52513 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.2",
+  "version": "1.1.3",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"