Version 1.1.49 v1.1.49
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Mar 2022 12:11:43 +0000 (13:11 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Mar 2022 12:11:43 +0000 (13:11 +0100)
CHANGELOG.md
package-lock.json
package.json

index c396d946ef9cd8e7f92e70b54ab0d8db6d663263..ed0210dd3d956c25e793dea79aed6c7f2bfe20b1 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.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.48...v1.1.49)
+
+- 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)
+
 #### [v1.1.48](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.47...v1.1.48)
 
+> 24 February 2022
+
 - Enforce singleton design pattern for the logger [`bc464bb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bc464bb1fb95c50a14b25478d35be76b7d8e5498)
 - Refactor OCPP requests sending helpers [`5e0c67e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5e0c67e8a137c2c9cf73b49ae2837c469d7b4af5)
 - Ensure 1:1 mapping between charging station instance and its OCPP services [`9f2e313`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9f2e313013116428f5bce2be59e2f5c07502c026)
index 793cdbc9878bdb3cda29cf1ee6f884518ce977e5..fc972447107512f11635f2821926ea0ce05c2ef0 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.48",
+  "version": "1.1.49",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.48",
+      "version": "1.1.49",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index 7038dcf814b9fd6db3f0bee7d53bb7d6c862a96d..2e7f6e309157dffbbb4d30316e7fdc5b2615c496 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.48",
+  "version": "1.1.49",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"