Version 1.1.65 v1.1.65
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 18 Aug 2022 19:51:01 +0000 (21:51 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 18 Aug 2022 19:51:01 +0000 (21:51 +0200)
CHANGELOG.md
package-lock.json
package.json
sonar-project.properties

index aa37710c49d840a8075bee8c5a158edc07e9c295..c4439d96cb28d441474007e1e394f377e1ebb66a 100644 (file)
@@ -4,8 +4,22 @@ 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.65](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.64...v1.1.65)
+
+- 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)
+- Bump @types/node from 18.7.5 to 18.7.6 [`#134`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/134)
+- Bump @types/node from 18.7.1 to 18.7.2 [`#132`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/132)
+- Add template section to list OCPP commands supported [`#129`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/129)
+- Apply dependencies update [`4152364`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/41523643d78e93517ffecef6f55759342b8050d5)
+- Apply dependencies update [`0627d9b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0627d9be725bc203ae940af33748879ac267b5b1)
+- Apply dependencies update [`c4d432f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c4d432fca8c3dc9c4b032bc8aa53d3b3a50410a1)
+
 #### [v1.1.64](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.63...v1.1.64)
 
+> 27 July 2022
+
 - 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)
index 126167d9610a0c193a796ca9828d3e9ef9d928e6..2192fbe8a5c23c39aa4886196bd0b195ff138915 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.64",
+  "version": "1.1.65",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "e-mobility-charging-stations-simulator",
-      "version": "1.1.64",
+      "version": "1.1.65",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^5.3.1",
index 50f0e59c24d78a3dd4cef7e997d25d096f54b5af..0df524fe096acaae4d2715a3c8cf3288be9374fc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.64",
+  "version": "1.1.65",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"
index dd3ec1d8c48fc2b81c757f49c0e6b0fd55d815ec..08ec87c24f770a019e36f6f9aae3fa5580e3724e 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.64
+sonar.projectVersion=1.1.65
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 #sonar.sources=.