Version 1.1.50 v1.1.50
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Mar 2022 16:27:53 +0000 (17:27 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Mar 2022 16:27:53 +0000 (17:27 +0100)
CHANGELOG.md
package-lock.json
package.json

index ed0210dd3d956c25e793dea79aed6c7f2bfe20b1..9d2c6968b0c5c208428f9396af5662302f741842 100644 (file)
@@ -4,8 +4,16 @@ 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.1.50](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.49...v1.1.50)
+
+- Fix workerSet startup [`d070d96`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d070d967782492d71c5716d2560177531f826f53)
+- Fix workerSet linear ramp up at startup [`36367c3`](https://github.com/jerome-benoit/charging-stations-simulator/commit/36367c31509f7b23c5788ecf6c84ad9be3734c73)
+- Enhance default value for worker options handling [`5767874`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5767874516784070db4445321b5212ad7e5a84b4)
+
 #### [v1.1.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.48...v1.1.49)
 
+> 4 March 2022
+
 - Cleanup worker internal API [`4d7227e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/4d7227e61934a6b082a4d89268c454f7ee3605e1)
 - Apply dependencies update [`6825024`](https://github.com/jerome-benoit/charging-stations-simulator/commit/68250247081144b3ccc237926c350037a3db28ed)
 - Add tunable for charging station start delay for linear ramp up [`4bfd80f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/4bfd80fa794b4b2f89427ef9f5944664ce3bdade)
index fc972447107512f11635f2821926ea0ce05c2ef0..03b68e6a3a3bdc6cd9ce43a77f35ee1089494463 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.49",
+  "version": "1.1.50",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.49",
+      "version": "1.1.50",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index 2e7f6e309157dffbbb4d30316e7fdc5b2615c496..0056f899ce2bc4d30a03fbfaa6f80dac384dcb17 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.49",
+  "version": "1.1.50",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"