Version 1.0.60 v1.0.60
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 13 Sep 2021 21:40:07 +0000 (23:40 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 13 Sep 2021 21:40:07 +0000 (23:40 +0200)
CHANGELOG.md
package-lock.json
package.json

index 70586d52e05b4575af6d21f36121c86510d23bae..73d8bb6efaf4bd658fcc93d9fc894fa8ada1bc48 100644 (file)
@@ -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)
index b99eed0953a7e3578b984900ab7ebb334f756694..592d55467bb77b2077d0c166368416eea680df3f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.59",
+  "version": "1.0.60",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index b3173fcb88f4c1aff1c93a9466e434206d18d190..83e93adc079b83e027ba5a30f6991176bba14fc9 100644 (file)
@@ -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"