From e1315cd75e39c43431720f9fd72e41bb994f777d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 27 Aug 2021 10:04:55 +0200 Subject: [PATCH] Release 1.0.48 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be5f1bd3..078ed264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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.48](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.47...v1.0.48) + +- Rename StationWorker.ts to ChargingStationWorker.ts [`07f3500`](https://github.com/jerome-benoit/charging-stations-simulator/commit/07f350040f34e6727c548bc645e9982c189cd4ef) +- Ensure an error is throwed in object factories if implementation is not [`fb226c9`](https://github.com/jerome-benoit/charging-stations-simulator/commit/fb226c9b812c3db625996c5fe29c667be15c388c) +- Fix console log level in file exception handler [`531c5e7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/531c5e7a452dd387d97b3290942fc485c329671d) + #### [v1.0.47](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.46...v1.0.47) +> 27 August 2021 + - 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) +- Release 1.0.47 [`ee22762`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ee22762b46e3a6c140d26061585edbfeea22fe78) #### [v1.0.46](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.45...v1.0.46) diff --git a/package-lock.json b/package-lock.json index 664bda85..f8a19cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.47", + "version": "1.0.48", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bff697c6..0286220d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.47", + "version": "1.0.48", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1