From: Jérôme Benoit Date: Wed, 5 Oct 2022 14:42:40 +0000 (+0200) Subject: Version 1.1.81 X-Git-Tag: v1.1.81^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e0fc741ae877a7653e2505f92c583eeaf1e8cd48;p=e-mobility-charging-stations-simulator.git Version 1.1.81 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc300d6..eaff1051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog -## [v1.1.80](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.79...v1.1.80) +## [v1.1.81](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.80...v1.1.81) + +- Readd a properly generated CHANGELOG.md file [`eea5c86`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eea5c860e9768e1c6918d53838c13491ca44340f) + +## [v1.1.80](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.79...v1.1.80) (2022-10-05) - Cleanup CHANGELOG.md to properly generate it from stratch [`eb51a69`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eb51a692d2f5594ff969e8842f66a89baca55b20) +- Version 1.1.80 [`0334e3b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0334e3bfa4ed26c3e4712606480456154855c9a1) ## [v1.1.79](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.78...v1.1.79) (2022-10-05) diff --git a/package-lock.json b/package-lock.json index 4e8e6494..992323c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.80", + "version": "1.1.81", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.80", + "version": "1.1.81", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.2", diff --git a/package.json b/package.json index 607b2eab..54115405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.80", + "version": "1.1.81", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 37b3fb47..cba4d3a2 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.80 +sonar.projectVersion=1.1.81 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=.