Version 1.1.63 v1.1.63
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 21 Jun 2022 19:29:41 +0000 (21:29 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 21 Jun 2022 19:29:41 +0000 (21:29 +0200)
CHANGELOG.md
package-lock.json
package.json
sonar-project.properties

index d0151b21a21f80ecd82430942ba4a0e2dfb4d7de..c37a86de358bbf5e58e00c474b2678ee88e58ee8 100644 (file)
@@ -4,8 +4,17 @@ 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.63](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.62...v1.1.63)
+
+- 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)
+- Apply dependencies update [`684b123`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/684b123c27bf104115b336357d60fd2430287e8f)
+
 #### [v1.1.62](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.61...v1.1.62)
 
+> 10 June 2022
+
 - Apply dependencies update [`26545e1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/26545e12a5f52033d5ed9a59267d4ba9e75ea1ff)
 - Update @mikro-orm packages to 5.2.0 [`cbb2b26`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cbb2b2618b260b5d22e59eb6e5dcfc0e6d86fc80)
 - Add a shared cache per worker for authorized tags [`9d7484a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9d7484a4667898757b7c23be3dec7458c337cb84)
index 50ff4c66dfe38fbe0103fbc1430d9aef3ff08c3e..9b3ef604b3f48b862cc3b45847f3d12888088ed3 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.62",
+  "version": "1.1.63",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "e-mobility-charging-stations-simulator",
-      "version": "1.1.62",
+      "version": "1.1.63",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^5.2.0",
index 4cd9a5de0b87d810b0b6d9b597a207ccf59e40ca..5861609b38444e4cf8edd4c142242f200fad442a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.62",
+  "version": "1.1.63",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"
index 886e0fcd4fa996d6b2beacc53033bb17bdd73735..2e9087b4929ecc88bbd0374b10aacdf83f10d989 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.62
+sonar.projectVersion=1.1.63
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 #sonar.sources=.