Version 1.1.67 v1.1.67
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 26 Aug 2022 12:12:06 +0000 (14:12 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 26 Aug 2022 12:12:06 +0000 (14:12 +0200)
CHANGELOG.md
package-lock.json
package.json
sonar-project.properties

index 3a889d3fa333096607ee140fa9d2ed0fe61dec2f..a1866592957549f8d14c5a55261115256dac29f0 100644 (file)
@@ -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.67](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.66...v1.1.67)
+
+- Web UI: add and fix support for start/stop charging station [`8fc2e5c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8fc2e5cc4eb4c5e8560a461f8d9c52e3a7a23b3d)
+- Web UI: Refine documentation and code cleanup [`efdd192`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/efdd19228b996d429acfdef7e929baa4fa3f9d81)
+- Web UI: display charging stations' registration status [`333c356`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/333c35663eece40be004dcbe0ae565071837c957)
+
 #### [v1.1.66](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.65...v1.1.66)
 
+> 26 August 2022
+
 - UI protocol: Allow to send some relevant commands to several charging… [`#152`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/152)
 - Bump apollo-server-core from 3.10.0 to 3.10.1 in /src/ui/web [`#146`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/146)
 - Bump terser from 5.14.0 to 5.15.0 in /src/ui/web [`#148`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/148)
index 98351356fceb6255b82836262f7f7576f850f2ba..7ba742948a828abea8f5f5e73ba80fadd6b6ab5d 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.66",
+  "version": "1.1.67",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "e-mobility-charging-stations-simulator",
-      "version": "1.1.66",
+      "version": "1.1.67",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^5.3.1",
index 942ad001de9980ef14430fcbb194483ea06ebe70..9bfc481b17f27d133aeae8985b3813ca7c90c7ac 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.66",
+  "version": "1.1.67",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"
index 222e246fd8e9c3f3bd8d11f98059602777c637e4..d3c08186d48bcf3122199751b7ba9c36f79e1f1c 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.66
+sonar.projectVersion=1.1.67
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 #sonar.sources=.