From: Jérôme Benoit Date: Mon, 5 Sep 2022 21:10:33 +0000 (+0200) Subject: Version 1.1.71 X-Git-Tag: v1.1.71^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=560c659cfbce6221dcca163d05a938748f3caadd;p=e-mobility-charging-stations-simulator.git Version 1.1.71 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf80ee4..d81baa5b 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.71](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.70...v1.1.71) + +- Apply dependencies update [`df9e4ca`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/df9e4ca1e2c962d352eeb40aa0e71de02e3f2163) +- UI protocol: add OCPP heartbeat command support [`10db00b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/10db00b2276f4cc7a88dd18e8f6f80593d6458b3) +- Update Insomnia requests collection [`94abe06`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/94abe0686bc837a7e68ebde9a7d7dad27e2e8dd2) + #### [v1.1.70](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.69...v1.1.70) +> 4 September 2022 + - Bump basic-ftp from 5.0.1 to 5.0.2 [`#162`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/162) - Bump moment-timezone from 0.5.34 to 0.5.37 [`#160`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/160) - UI Protocol: Expose ATG status and use array for all list [`5e3cb72`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5e3cb7281de2b6fa8b61a453f964c2f213fefa80) diff --git a/package-lock.json b/package-lock.json index bd4a1087..2835e196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.70", + "version": "1.1.71", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.70", + "version": "1.1.71", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.0", diff --git a/package.json b/package.json index 21cf5172..4ba30aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.70", + "version": "1.1.71", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 433dfb38..b7a0feb9 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator -sonar.projectVersion=1.1.70 +sonar.projectVersion=1.1.71 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=.