From 3e29e03634f450a5199bfb4ac5f596bc2b0e4b5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 9 Sep 2022 14:21:45 +0200 Subject: [PATCH] Version 1.1.72 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81baa5b..d418c996 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.72](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.71...v1.1.72) + +- Apply dependencies update [`d273692`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d273692c3ddee7eb01353e032304762a993c33e2) +- UI Server: Improve error handling [`976d11e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/976d11ec6d2d38a5a82440de79f059638e28cdbd) +- Apply dependencies update [`eb5ac88`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eb5ac884f919755e11c78e5c2fdc51bf7b0983c0) + #### [v1.1.71](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.70...v1.1.71) +> 5 September 2022 + - 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) diff --git a/package-lock.json b/package-lock.json index 29e1cff0..6e9d182d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.71", + "version": "1.1.72", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.71", + "version": "1.1.72", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.1", diff --git a/package.json b/package.json index 0239710a..3c5f1d65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.71", + "version": "1.1.72", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index b7a0feb9..ef81342f 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.71 +sonar.projectVersion=1.1.72 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1