Release 1.0.45 v1.0.45
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Aug 2021 17:10:08 +0000 (19:10 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Aug 2021 17:10:08 +0000 (19:10 +0200)
CHANGELOG.md
package-lock.json
package.json

index 93e5fab2fbb1b1107d40e74e1c7d78bf22d0ce4b..280231c405b56526551d824e40da340c902bfb3f 100644 (file)
@@ -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)
 
index b1a52a5ce2e18cc5ffdf98349c938ea71295eed0..b5771e3609607d18ec53a37eabe16b5a4e944b9b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.44",
+  "version": "1.0.45",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 401b68396a720343263eeb303accca741df31724..23a520d33eceec3377d64701cd2267cb72993b2f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.44",
+  "version": "1.0.45",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"