Version 1.0.61 v1.0.61
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 14 Sep 2021 19:33:35 +0000 (21:33 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 14 Sep 2021 19:33:35 +0000 (21:33 +0200)
CHANGELOG.md
package-lock.json
package.json

index 73d8bb6efaf4bd658fcc93d9fc894fa8ada1bc48..35919882a53684ef5d786de33bccc12bc2497154 100644 (file)
@@ -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)
 
index d320a23a4b430297062b13634ccba61d3b34d47e..fa63283b1d204751dea1a52d359b451b4ebf34b0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.60",
+  "version": "1.0.61",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index d1e68bfa0fc2bae098d010b11aa4885d260feaed..a90743b1e8bfa1e1d32f336626ff56674f363660 100644 (file)
@@ -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"