From: Jérôme Benoit Date: Mon, 13 Sep 2021 21:40:07 +0000 (+0200) Subject: Version 1.0.60 X-Git-Tag: v1.0.60^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a37c4a0959efc51712d32c6d2d2facd84820e41c;p=e-mobility-charging-stations-simulator.git Version 1.0.60 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 70586d52..73d8bb6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.60](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.59...v1.0.60) + +- 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) + #### [v1.0.59](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.58...v1.0.59) +> 12 September 2021 + +- Version 1.0.59 [`c5e99a9`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c5e99a9d53322379e96b5615e965fd034204c419) - Use the same message for git and GitHub version releasing [`1cb34cc`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1cb34ccdfbee11b6a7057b5f4b92be7d7dd3560f) #### [v1.0.58](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.57...v1.0.58) diff --git a/package-lock.json b/package-lock.json index b99eed09..592d5546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.59", + "version": "1.0.60", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b3173fcb..83e93adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.59", + "version": "1.0.60", "engines": { "node": "14.x.x", "npm": "6.x.x"