From: Jérôme Benoit Date: Fri, 26 Aug 2022 09:21:50 +0000 (+0200) Subject: Version 1.1.66 X-Git-Tag: v1.1.66^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=41711322904035083ced380f3fee5aa01a0ceb68;p=e-mobility-charging-stations-simulator.git Version 1.1.66 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c4439d96..3a889d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.66](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.65...v1.1.66) + +- 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) +- Combined PR [`#142`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/142) +- Vue UI + UI server [`32de5a5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/32de5a575189d226213641f5ee36004f8454cb50) +- Web UI: add and fix missing commands support [`5a010bf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5a010bf00a68ca47e0cb610f70ad3e0c16c5fe5e) +- Apply dependencies update [`86102a2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/86102a27a41ff89422d375ff847c23b293e5773a) + #### [v1.1.65](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.64...v1.1.65) +> 18 August 2022 + - Requests PDU validation [`#139`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/139) - Validate response PDU [`#137`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/137) - Incoming requests payload validation with JSON schemas [`#135`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/135) diff --git a/package-lock.json b/package-lock.json index 8c13c12a..c568b04a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.65", + "version": "1.1.66", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.65", + "version": "1.1.66", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.3.1", diff --git a/package.json b/package.json index 46299229..d3a818a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.65", + "version": "1.1.66", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 08ec87c2..222e246f 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.65 +sonar.projectVersion=1.1.66 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=.