From 429b41ee1917c05254d4a1a643155af4c42db6f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 25 Aug 2021 23:10:49 +0200 Subject: [PATCH] Release 1.0.43 --- 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 4bb965f6..4499bf18 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.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) diff --git a/package-lock.json b/package-lock.json index 19343c08..e218acd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.42", + "version": "1.0.43", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index afb93a9f..2f3a848d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.42", + "version": "1.0.43", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1