From e25b996ee14b2cb8239284015d2bd64a2422c7b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 26 Aug 2021 19:10:08 +0200 Subject: [PATCH] Release 1.0.45 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e5fab2..280231c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.45](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.44...v1.0.45) + +- Rename Configuration.deprecateConfigurationKey() to Configuration.warnDeprecatedConfigurationKey() [`f937f3b`](https://github.com/jerome-benoit/ev-simulator/commit/f937f3bb099d9745b6e7282259e67b51523c8821) +- Silence some sonar code smells [`6c3cfef`](https://github.com/jerome-benoit/ev-simulator/commit/6c3cfef8aa7818941a9f05e3cb293a5b60360b47) +- Apply dependencies update [`6fdb339`](https://github.com/jerome-benoit/ev-simulator/commit/6fdb3397b211ae95af9cca1997b6eeff2904b388) + #### [v1.0.44](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.43...v1.0.44) +> 26 August 2021 + - Storage: storage records in JSON file as an array to ease import. [`b652b0c`](https://github.com/jerome-benoit/ev-simulator/commit/b652b0c3a8be2600bd603a7744141088de97b666) +- Release 1.0.44 [`3739577`](https://github.com/jerome-benoit/ev-simulator/commit/3739577985144350d03495cd83f6dc56d9c47ab1) #### [v1.0.43](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.42...v1.0.43) diff --git a/package-lock.json b/package-lock.json index b1a52a5c..b5771e36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.44", + "version": "1.0.45", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 401b6839..23a520d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.44", + "version": "1.0.45", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1