From 6b7c91b2e30d2d3dd778bec280a6610483bd8b44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 12 Sep 2022 23:29:16 +0200 Subject: [PATCH] Version 1.1.73 --- 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 d418c996..5a31de48 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.73](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.72...v1.1.73) + +- Apply dependencies update [`1246ce6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1246ce6976ef945cd842ef6d4eabdf0b3d2f801b) +- More strict boolean checks [`0638ddd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0638ddd26038a2a45707bc3d43460f09bd95701b) +- Guart against duplicate CS start/stop, take 2 [`0d8852a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0d8852a590c91d7d24509d6c24defe4e56004f9c) + #### [v1.1.72](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.71...v1.1.72) +> 9 September 2022 + - 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) diff --git a/package-lock.json b/package-lock.json index 1f0040af..f55be99f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.72", + "version": "1.1.73", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.72", + "version": "1.1.73", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.1", diff --git a/package.json b/package.json index 98f9eb69..37d1ee80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.72", + "version": "1.1.73", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index ef81342f..cd19ee93 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.72 +sonar.projectVersion=1.1.73 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1