From 59dad6f6f9132f9bfa6564fec58ed0658d791626 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 27 Jul 2022 12:32:41 +0200 Subject: [PATCH] Version 1.1.64 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c37a86de..aa37710c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ 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.64](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.63...v1.1.64) + +- Warn if UI server is configured to listen on something else than the [`#64`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/64) +- Add worker configuration section [`#35`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/35) +- Add more detailled installation instructions [`#69`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/69) +- Apply dependencies update [`1933468`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/193346852bb2e828d61f4f98343d03fc70ba284b) +- Apply dependencies update [`bae37b9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bae37b944ca9920d252b945f3cd87132142da1cb) +- Apply dependencies update [`a9dc6e4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a9dc6e40e164ebdcd6f2d7751aeb63797d93a0f5) + #### [v1.1.63](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.62...v1.1.63) +> 21 June 2022 + - Fix websocket reconnection [`#57`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/57) - Apply dependencies update [`5219217`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5219217155cb36fe9d5440538d9d5553b7725694) - Apply dependencies update [`8191a2a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8191a2a168a3caa7b9f1ed2d4f7617329d55a104) diff --git a/package-lock.json b/package-lock.json index 9224898d..c754d639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.63", + "version": "1.1.64", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.63", + "version": "1.1.64", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.2.4", diff --git a/package.json b/package.json index ffb686f7..d1b675ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.63", + "version": "1.1.64", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 2e9087b4..dd3ec1d8 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.63 +sonar.projectVersion=1.1.64 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1