Version 1.1.2 v1.1.2
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Sep 2021 07:23:21 +0000 (09:23 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Sep 2021 07:23:21 +0000 (09:23 +0200)
CHANGELOG.md
package-lock.json
package.json

index bd9c570526dd28fcd71e7e1d33b74dd33575a6b3..a7365c365d905882e6a1e0a61a8816123db3e550 100644 (file)
@@ -4,9 +4,18 @@ 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.2](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.1...v1.1.2)
+
+- 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)
+
 #### [v1.1.1](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.0...v1.1.1)
 
+> 16 September 2021
+
 - Fix ATG execution time accuracy. [`7d75bee`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7d75bee1fb4f5946cba9bd453604ae9c359595c1)
+- Version 1.1.1 [`eecefdf`](https://github.com/jerome-benoit/charging-stations-simulator/commit/eecefdf8b2599c7f43ab8938aed8b06c0578ec9a)
 - Silence a sonar warning [`68a8d1b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/68a8d1bbf67c9b3eac7e61c0e2526710a106f0c8)
 
 #### [v1.1.0](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.62...v1.1.0)
index 7e172f0cb812e31124453d91be47cc13cc9bd302..36b6396c9b418d1fea35d4f37f0a43c725f5e9c7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 4a3c44509d9029c43e3b0018260bbf16ce1c4068..e2d1580dec2f68592dc63dce4ebe81b868368c41 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"