From ee22762b46e3a6c140d26061585edbfeea22fe78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 27 Aug 2021 00:41:00 +0200 Subject: [PATCH] Release 1.0.47 --- 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 7232886f..be5f1bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.47](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.46...v1.0.47) + +- Colorize console message ouputs [`8eac9a0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/8eac9a09368f841fc44e980f31674146833e449b) +- Storage: use worker threads message passing to store performance records from [`8179710`](https://github.com/jerome-benoit/charging-stations-simulator/commit/81797102d5214fea2fc58eff2666fe8b8d9a5a11) +- Also rename the sonar project name. [`1e40f99`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1e40f9967e01102bb403ed67ae75e6492df10883) + #### [v1.0.46](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.45...v1.0.46) +> 26 August 2021 + +- Release 1.0.46 [`abbe20e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/abbe20eb62571669ff96e888acffa25b39dc7158) - Rename ev-simulator to charging-stations-simulator [`5f4be58`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5f4be58cc3d316c21927739089cc9d6f29e8f940) #### [v1.0.45](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.44...v1.0.45) diff --git a/package-lock.json b/package-lock.json index 34a74200..664bda85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.46", + "version": "1.0.47", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7e5ed696..bff697c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.46", + "version": "1.0.47", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1