From 9317d53af21537c22c55aed1f4d6565784ca9f16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 5 Oct 2022 01:10:04 +0200 Subject: [PATCH] Version 1.1.77 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5c8806..a4305258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [v1.1.76](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.75...v1.1.76) +## [v1.1.77](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.76...v1.1.77) + +- Add CHANGELOG.md [`cc83559`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cc83559c04f5dde09d39c15b0d373c9a9b340ff7) + +## [v1.1.76](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.75...v1.1.76) (2022-10-05) - Combined PR [`#212`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/212) - Combined PR [`#209`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/209) @@ -14,6 +18,7 @@ - Refine .cfignore [`2df4462`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2df4462f0c30b1aa1842a38e2663ba9a311b316b) - Initialize connectors status only if not defined [`f5b5107`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f5b510718648489542bbbd21c3581c45db8b669b) - Log error at faulty profile sent [`db0af08`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/db0af0865c97a453e2fd51a2820427d5435c82d3) +- Version 1.1.76 [`8b5ff27`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8b5ff2731c5c0bda5ce54bd76d3e133eac1cb5da) - UI Server: rename defaults constants [`adbddcb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/adbddcb44d65e7268f661deacc4291d6cf6f6663) - Fix cloud foundry deployment [`c91bd15`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c91bd15884a3cdab2ebba9a296d70441742e8f5c) - Cleanup .release-it.json [`93fedce`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/93fedce9739eb3b41f3471b0903b5a4634103e52) diff --git a/package-lock.json b/package-lock.json index f14f852f..b113c3af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.76", + "version": "1.1.77", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.76", + "version": "1.1.77", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.2", diff --git a/package.json b/package.json index 3f7a9dd6..f7dc8079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.76", + "version": "1.1.77", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index a69507ac..5738dc8f 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.76 +sonar.projectVersion=1.1.77 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1