From 7dafa107119b5c3fb1f98ae2690052a605957005 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 17 Mar 2022 19:50:04 +0100 Subject: [PATCH] Version 1.1.56 --- 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 86ba76d5..ba744268 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.56](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.55...v1.1.56) + +- Apply dependencies update [`2c3872a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2c3872a1a3b3b5da128500bbfb65ece46a29fc3d) +- README.md: Enchance configuration files documentation [`1816f74`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1816f743cd705bb5ba7fb206df84f16987a2c3ab) +- README.md: Spell fixes [`170bec5`](https://github.com/jerome-benoit/charging-stations-simulator/commit/170bec5384bf1ea362b46a099b0e092cfaec33d5) + #### [v1.1.55](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.54...v1.1.55) +> 15 March 2022 + - 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) diff --git a/package-lock.json b/package-lock.json index 712f3a8f..5b9fbc0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "charging-stations-simulator", - "version": "1.1.55", + "version": "1.1.56", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "charging-stations-simulator", - "version": "1.1.55", + "version": "1.1.56", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^4.5.10", diff --git a/package.json b/package.json index af8741e8..baaf12e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.55", + "version": "1.1.56", "engines": { "node": "16.x.x", "npm": "8.x.x" -- 2.34.1