From 72b4e76d251a0bdfe225fdae95f80b606ad1b5ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 9 Dec 2021 15:50:06 +0100 Subject: [PATCH] Version 1.1.40 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fcfc5f1..c6c99055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 2d31f4ef..946eace6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index a06b58ff..ccf51bb2 100644 --- a/package.json +++ b/package.json @@ -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" -- 2.34.1