Version 1.1.55 v1.1.55
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Mar 2022 06:14:19 +0000 (07:14 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Mar 2022 06:14:19 +0000 (07:14 +0100)
CHANGELOG.md
package-lock.json
package.json

index facee8407c58a537b5b658be224e9e0becb56d51..86ba76d556a9f48443356e9317c1937240a61c0c 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.55](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.54...v1.1.55)
+
+- Add stationInfo to persistent configuration [`2484ac1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2484ac1e71dc33f01b965b5898b319de938cf90d)
+- Strong type sendMessageHandler response with generics [`f22266f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f22266fd29f7f11ba883d7f799ef607be05d4232)
+- Apply dependencies update [`25b292f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/25b292ffc0665399325f5392cdecd2b0e354237e)
+
 #### [v1.1.54](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.53...v1.1.54)
 
+> 10 March 2022
+
 - Disable husky installation on CF and CI [`2aa2a8d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2aa2a8df7efc101413c780938bf5d4c02ea4a525)
 - Fix docker image build [`658e2d1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/658e2d16622bc69a4a0c5df02fae29fd0cc7efac)
 - Add helper to get connector id for a transaction id [`f479a79`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f479a7929a02e6290ec945557136bf4ee5445107)
index 787b18bc330205d29877dc3be1466d73a8671330..7acdc1afea0a22e4a8be6377536cf0f2a2f8c079 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.54",
+  "version": "1.1.55",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.54",
+      "version": "1.1.55",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index ae465ec0bc49e21cd5bc1947eef6052af0a4d83c..e3b9a8dd5a276402eacbb42265dc0fb2f69f4c22 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.54",
+  "version": "1.1.55",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"