Release 1.0.47 v1.0.47
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Aug 2021 22:41:00 +0000 (00:41 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Aug 2021 22:41:00 +0000 (00:41 +0200)
CHANGELOG.md
package-lock.json
package.json

index 7232886f449bb34f36e6314faae697c66b77b15e..be5f1bd3e7a8a624fb92d575ef365e27186179db 100644 (file)
@@ -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)
index 34a74200c4718eb67d982d99ecba4cd7c8c70568..664bda8542c38626890cd3676ba3478ebe441fe6 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.46",
+  "version": "1.0.47",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 7e5ed6966cdade13fe2a13135f2c5e8ba89450d8..bff697c68bd8fe7880dcb518990d1037f4cf5782 100644 (file)
@@ -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"