Release 1.0.44 v1.0.44
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Aug 2021 22:16:12 +0000 (00:16 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Aug 2021 22:16:12 +0000 (00:16 +0200)
CHANGELOG.md
package-lock.json
package.json

index 4499bf1882eb584f1dbce7a46e05c1d41e057721..93e5fab2fbb1b1107d40e74e1c7d78bf22d0ce4b 100644 (file)
@@ -4,11 +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.0.44](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.43...v1.0.44)
+
+- Storage: storage records in JSON file as an array to ease import. [`b652b0c`](https://github.com/jerome-benoit/ev-simulator/commit/b652b0c3a8be2600bd603a7744141088de97b666)
+
 #### [v1.0.43](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.42...v1.0.43)
 
+> 25 August 2021
+
 - Performance statistics: add JSON file storage support. [`72f041b`](https://github.com/jerome-benoit/ev-simulator/commit/72f041bd50fc25ca5d233565cbc0ea836220ec0f)
+- Release 1.0.43 [`429b41e`](https://github.com/jerome-benoit/ev-simulator/commit/429b41ee1917c05254d4a1a643155af4c42db6f5)
 - Fix regexp compliancy for sonar static analyzer [`9ef75e3`](https://github.com/jerome-benoit/ev-simulator/commit/9ef75e34cd01ecd7f75ce08ca7e4719d3c2b858b)
-- Disable a eslint rule on a line [`3356aa8`](https://github.com/jerome-benoit/ev-simulator/commit/3356aa8419d035c06fb9050a4f515a9c54147c30)
 
 #### [v1.0.42](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.41...v1.0.42)
 
index e218acd67a12c102865f325486e22cb09191efe9..3b5da1b47d1228acd77b60be845c886ae4a7ba44 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.43",
+  "version": "1.0.44",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 2f3a848d77253d1ec531fad5a2dabcff842a2b83..b078cd057830a20be3941876631022990df86d67 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.43",
+  "version": "1.0.44",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"