Version 1.1.68 v1.1.68
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 29 Aug 2022 11:42:13 +0000 (13:42 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 29 Aug 2022 11:42:13 +0000 (13:42 +0200)
CHANGELOG.md
package-lock.json
package.json
sonar-project.properties

index a1866592957549f8d14c5a55261115256dac29f0..3b5623af72c168564ed36eb4346dc493592f1090 100644 (file)
@@ -4,11 +4,20 @@ 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.68](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.67...v1.1.68)
+
+- 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)
+- Add postman collection for UI HTPP server [`17bfa1b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/17bfa1b672f294e7af4c9a344cb42628cf0c1d87)
+
 #### [v1.1.67](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.66...v1.1.67)
 
+> 26 August 2022
+
 - 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)
+- Version 1.1.67 [`f0227f3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f0227f390d3f6e303bc54a96c16c075e9de46ad6)
 
 #### [v1.1.66](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.65...v1.1.66)
 
index d91dc6a0127111c361f56105334bc85625715175..a135f03b6deb379cc910ec1e59c82aadb4c4a651 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.67",
+  "version": "1.1.68",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "e-mobility-charging-stations-simulator",
-      "version": "1.1.67",
+      "version": "1.1.68",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^5.3.1",
index d7f27019f3598f7f7b151d16dcc461f32f95d384..1961671444535c61c0440ac03582a9296d807bbb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.67",
+  "version": "1.1.68",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"
index d3c08186d48bcf3122199751b7ba9c36f79e1f1c..88e08c5813c03b8e61d32cbf8cd6b7d6208f1200 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.67
+sonar.projectVersion=1.1.68
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 #sonar.sources=.