Version 1.1.52 v1.1.52
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 8 Mar 2022 18:01:55 +0000 (19:01 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 8 Mar 2022 18:01:55 +0000 (19:01 +0100)
CHANGELOG.md
package-lock.json
package.json

index b76dbf1e74f67992fc8bcb45fc9b77684014adb8..ea75bdf6478167035c9fed1f9b87cc398e9d57f7 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.52](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.51...v1.1.52)
+
+- Initial code cleanups for the future OCPP requests code optimization [`78085c4`](https://github.com/jerome-benoit/charging-stations-simulator/commit/78085c42a98966f7118f2575b2fde9a386399c94)
+- Convert sendStopTransaction to OCPP message sending handler [`68c993d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/68c993d5b34c191022256f26d4e95e5f3b9974d4)
+- Convert sendStatusNotification to OCPP message sending handler [`93b4a42`](https://github.com/jerome-benoit/charging-stations-simulator/commit/93b4a429b3cd9c37b5698b601361039c51e295d2)
+
 #### [v1.1.51](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.50...v1.1.51)
 
+> 5 March 2022
+
 - Apply prettier formating [`e7aeea1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e7aeea18e189dd087c8f951cf77a253e2818ae90)
 - Add pre-commit hook to format files properly [`c28d8ad`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c28d8adf214c89a5fbb33e3cd5858d05679874fe)
 - Fix eslint and prettier configuration [`1006808`](https://github.com/jerome-benoit/charging-stations-simulator/commit/100680888f3b49453ddb4081988a480ee3030d07)
index 01ecc55d1aa56b5a180b0e653dae6f50ce97b77a..af5601755ca2fa06d1958d25453ca257a961b17e 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.51",
+  "version": "1.1.52",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.51",
+      "version": "1.1.52",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index 9557e59d92ff4cfeaca0197484d05e6d5348fe28..b023af679eb42e4fbebd305e0fdf29f19e46112e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.51",
+  "version": "1.1.52",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"