Release 1.0.49 v1.0.49
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Aug 2021 07:15:57 +0000 (09:15 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Aug 2021 07:15:57 +0000 (09:15 +0200)
CHANGELOG.md
package-lock.json
package.json

index 078ed2645f8a2bb702b5503543f65d934f4ea079..4e1ffc18b3ff40cb99370b56ee5afb641737b32e 100644 (file)
@@ -4,11 +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.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.48...v1.0.49)
+
+- Add MongDB support to storage for performance records. [`2a37005`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2a370053f45f2d58e90ab7b292294c521a262ca1)
+- Refine console ouput colorization [`e4362ed`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e4362ed76fe7b256b3f7a6ada2b92e53be8ab09f)
+
 #### [v1.0.48](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.47...v1.0.48)
 
+> 27 August 2021
+
 - Rename StationWorker.ts to ChargingStationWorker.ts [`07f3500`](https://github.com/jerome-benoit/charging-stations-simulator/commit/07f350040f34e6727c548bc645e9982c189cd4ef)
+- Release 1.0.48 [`e1315cd`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e1315cd75e39c43431720f9fd72e41bb994f777d)
 - 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)
 
index 72215921112972bc915b01733a85e0c678135d33..30024ef15d6b6527bb7dfca326ad527d628dca58 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.48",
+  "version": "1.0.49",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index c7306ec176bdc6685ae6465420f6facc3f743e7a..b8cb11c257bf241db6ecdb27889fd2e9b26c6d15 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.48",
+  "version": "1.0.49",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"