From f962bb40411fa6ed83632c2aa23c4de5f2586716 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 5 Oct 2022 16:36:09 +0200 Subject: [PATCH] Version 1.1.79 --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7624b3..b2e863e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [v1.1.78](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.78...v1.1.78) +## [v1.1.79](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.78...v1.1.79) + +- Fix CHANGELOG.md generation [`c019748`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c019748baa6f395f75cb073c316c1d0efee2e354) ## [v1.1.78](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.77...v1.1.78) (2022-10-05) diff --git a/package-lock.json b/package-lock.json index c5e43f88..b458380f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.78", + "version": "1.1.79", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.78", + "version": "1.1.79", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.2", diff --git a/package.json b/package.json index 57bd249c..4c751ee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.78", + "version": "1.1.79", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 62432e99..d9edbfb9 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.78 +sonar.projectVersion=1.1.79 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1