From 688aa8a705786dc3b998f1abc7ca76ded0515b04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 31 Aug 2022 11:44:19 +0200 Subject: [PATCH] Version 1.1.69 --- 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 3b5623af..00136b03 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.69](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.68...v1.1.69) + +- Apply dependencies update [`d5d82f2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d5d82f2f020d069649b07072b704ed21cfef5a73) +- Add initial support to start/stop ATG with the UI services [`4f69be0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4f69be046f99592d0cc9c190aa8957f7eff1c936) +- Apply dependencies update [`072adc8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/072adc845049e301277c8caa3a728a068b476097) + #### [v1.1.68](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.67...v1.1.68) +> 29 August 2022 + - Add UI HTTP server [`#6`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/6) - Apply dependencies update [`771a1dd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/771a1ddb4ae36b632070fef810d7ff2c153a0990) - Web UI: configuration namespace cleanup [`6a619cc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6a619ccea8a197e5510ef643a79c16d02e7a8f29) diff --git a/package-lock.json b/package-lock.json index c2259f4b..0357a64d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.68", + "version": "1.1.69", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.68", + "version": "1.1.69", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.3.1", diff --git a/package.json b/package.json index 19f1e77b..d9355b73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.68", + "version": "1.1.69", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 88e08c58..f61fd027 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.68 +sonar.projectVersion=1.1.69 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1