From 1f6a6158e1d9a2f234704efbbf1a89fa48d69e67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 18 Sep 2021 13:23:03 +0200 Subject: [PATCH] Version 1.1.3 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7365c36..ea368283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 36b6396c..90004346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e2d1580d..c9408cac 100644 --- a/package.json +++ b/package.json @@ -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" -- 2.34.1