From b7635c0f08ef609f4647062ae4d16c393be7dd0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 14 Sep 2021 21:33:35 +0200 Subject: [PATCH] Version 1.0.61 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d8bb6e..35919882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.0.61](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.60...v1.0.61) + +- Apply dependencies update [`105758c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/105758c25b973c04f6c62f222106019c3a87b000) +- Fix log message quoting [`b4a58db`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b4a58db4470e2ddc4825504ff639777d635958e2) + #### [v1.0.60](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.59...v1.0.60) +> 13 September 2021 + - Fix performance storage jsonfile consistency at write: [`c63c21b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c63c21bce46d9230688d0c5ebd31f5dd861324de) - Log also ws closing reason [`6c65a29`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6c65a2958d57b4c91a60150c2bf567659b64d4f0) -- Constity and factor out last performance entry [`eb835fa`](https://github.com/jerome-benoit/charging-stations-simulator/commit/eb835fa84ced86641214bff490b3b5ce4332dbb4) +- Version 1.0.60 [`a37c4a0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a37c4a0959efc51712d32c6d2d2facd84820e41c) #### [v1.0.59](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.58...v1.0.59) diff --git a/package-lock.json b/package-lock.json index d320a23a..fa63283b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.60", + "version": "1.0.61", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1e68bfa..a90743b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.60", + "version": "1.0.61", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1