From 8890b23275a28528f5e7d681f6bac9fd4b34ac14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 19 Sep 2021 11:12:51 +0200 Subject: [PATCH] Version 1.1.4 --- 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 ea368283..acb8ef55 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.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) diff --git a/package-lock.json b/package-lock.json index 90004346..fa9b14d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c9408cac..ae715393 100644 --- a/package.json +++ b/package.json @@ -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" -- 2.34.1