Version 1.1.40 v1.1.40
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 9 Dec 2021 14:50:06 +0000 (15:50 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 9 Dec 2021 14:50:06 +0000 (15:50 +0100)
CHANGELOG.md
package-lock.json
package.json

index 9fcfc5f14358b175ee5f9592584555073227722c..c6c990554745c26d1da0b7717f33754161f879d9 100644 (file)
@@ -4,9 +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.1.40](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.39...v1.1.40)
+
+- Fix default configuration handling on some sections [`1ba1e8f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1ba1e8fb644aa0ba8c0295c9eedb6f63e5467459)
+- Try to propagate error on configuration file reload. [`dcaf96d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/dcaf96dceb56a3ca655ca67dc106ced2b6aaaca1)
+
 #### [v1.1.39](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.38...v1.1.39)
 
+> 8 December 2021
+
 - Apply dependencies update [`860a9c5`](https://github.com/jerome-benoit/charging-stations-simulator/commit/860a9c5a7218ea46ec273499765ce77363355b6a)
+- Version 1.1.39 [`411df11`](https://github.com/jerome-benoit/charging-stations-simulator/commit/411df11c636748c09488e759741ba5f067e22ef3)
 - Properly default also the performance storage enablement [`6b693c8`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6b693c8e54517152b3e9cbd519569101fdae531c)
 
 #### [v1.1.38](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.37...v1.1.38)
index 2d31f4ef52637cf4c184327b2a0e9b9c0fc37e51..946eace68a9f95ff11ba84ddaddd48b557794858 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.39",
+  "version": "1.1.40",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.39",
+      "version": "1.1.40",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.9",
index a06b58ff282679325c52201d02b3c3de1e109793..ccf51bb2c0bc88cd9704f5794abb91d06642f111 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.39",
+  "version": "1.1.40",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"