Release 1.0.43 v1.0.43
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Aug 2021 21:10:49 +0000 (23:10 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Aug 2021 21:10:49 +0000 (23:10 +0200)
CHANGELOG.md
package-lock.json
package.json

index 4bb965f6c1cc353d360eeb7737128d4b1d07558b..4499bf1882eb584f1dbce7a46e05c1d41e057721 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.43](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.42...v1.0.43)
+
+- Performance statistics: add JSON file storage support. [`72f041b`](https://github.com/jerome-benoit/ev-simulator/commit/72f041bd50fc25ca5d233565cbc0ea836220ec0f)
+- 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)
 
+> 24 August 2021
+
 - Do not enforce the singleton design pattern in the worker object factory [`535aaa2`](https://github.com/jerome-benoit/ev-simulator/commit/535aaa2703cd3ecaf57de713ffd5c685e2e68fb3)
+- Release 1.0.42 [`a0296d5`](https://github.com/jerome-benoit/ev-simulator/commit/a0296d5d0149315a8a22925a9312d9d2c7240693)
 
 #### [v1.0.41](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.40...v1.0.41)
 
index 19343c08939cd85606054db86055772bdca3f22d..e218acd67a12c102865f325486e22cb09191efe9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.42",
+  "version": "1.0.43",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index afb93a9fd2bca5f01c986d9d0ae92b400f3cd82c..2f3a848d77253d1ec531fad5a2dabcff842a2b83 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.42",
+  "version": "1.0.43",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"