From 3739577985144350d03495cd83f6dc56d9c47ab1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 26 Aug 2021 00:16:12 +0200 Subject: [PATCH] Release 1.0.44 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4499bf18..93e5fab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index e218acd6..3b5da1b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.43", + "version": "1.0.44", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f3a848d..b078cd05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.43", + "version": "1.0.44", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1