Release 1.0.48 v1.0.48
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 27 Aug 2021 08:04:55 +0000 (10:04 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 27 Aug 2021 08:04:55 +0000 (10:04 +0200)
CHANGELOG.md
package-lock.json
package.json

index be5f1bd3e7a8a624fb92d575ef365e27186179db..078ed2645f8a2bb702b5503543f65d934f4ea079 100644 (file)
@@ -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)
 
index 664bda8542c38626890cd3676ba3478ebe441fe6..f8a19cf5c8cbbdb2224b489a8ff2c54879e99189 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.47",
+  "version": "1.0.48",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index bff697c68bd8fe7880dcb518990d1037f4cf5782..0286220da624918e87236b5b76ac5a2641a11c66 100644 (file)
@@ -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"