Version 1.1.64 v1.1.64
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 27 Jul 2022 10:32:41 +0000 (12:32 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 27 Jul 2022 10:32:41 +0000 (12:32 +0200)
CHANGELOG.md
package-lock.json
package.json
sonar-project.properties

index c37a86de358bbf5e58e00c474b2678ee88e58ee8..aa37710c49d840a8075bee8c5a158edc07e9c295 100644 (file)
@@ -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)
index 9224898d95dd44669b61f3ec4398295c7382aea3..c754d639fcc15aa8e88255eb012a6b3fd592439f 100644 (file)
@@ -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",
index ffb686f7c71720b229afc305d1f22b50f07ae6ad..d1b675ea699aa93c7a19d517b61987855510266f 100644 (file)
@@ -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"
index 2e9087b4929ecc88bbd0374b10aacdf83f10d989..dd3ec1d8c48fc2b81c757f49c0e6b0fd55d815ec 100644 (file)
@@ -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=.