From 4e034ecb46d53ed98283fc1fe6e718dd2e1328c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 15 Mar 2022 07:14:19 +0100 Subject: [PATCH] Version 1.1.55 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index facee840..86ba76d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 787b18bc..7acdc1af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index ae465ec0..e3b9a8dd 100644 --- a/package.json +++ b/package.json @@ -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" -- 2.34.1