Version 1.1.58 v1.1.58
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 17 Apr 2022 20:24:01 +0000 (22:24 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 17 Apr 2022 20:24:01 +0000 (22:24 +0200)
CHANGELOG.md
package-lock.json
package.json

index 23302d4853d16cebb788534f3846dc92ffbf4eac..fe030ff695383231b6b0067be6d71e6dec37ac67 100644 (file)
@@ -4,11 +4,19 @@ 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.58](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.57...v1.1.58)
+
+- Apply dependencies update [`2e1d0bb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2e1d0bbd19050dc71d0794bee75bf52d71c25d4f)
+- Fix OCPP message type definition and usage [`b3ec7bc`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b3ec7bc1553759e915e590df6a91f0849f03514d)
+- Properly name OCPP command handler methods [`f7f98c6`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f7f98c68f78566039b7d6f53391e874d79a8b022)
+
 #### [v1.1.57](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.56...v1.1.57)
 
+> 15 April 2022
+
+- Version 1.1.57 [`de17a56`](https://github.com/jerome-benoit/charging-stations-simulator/commit/de17a5668a671531e9c5ec9563b0b02d6d5a3f27)
 - Merge pull request #207 from jerome-benoit/fix-response-pending [`9b75e3a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9b75e3ab59b911697ad2f809e2aee6967a46e0c4)
 - Apply dependencies update [`39dca63`](https://github.com/jerome-benoit/charging-stations-simulator/commit/39dca63f0a8e166228e853084afb36ee697f7d2d)
-- Apply dependencies update [`5d12c42`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5d12c425ff0a1e3fd167e29493588fa6ac5923f8)
 
 #### [v1.1.56](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.55...v1.1.56)
 
index c0fcaa5d5fec3c9196b25a201494ee6229ed886a..7f763ef38b80f1850ee621d121569455445410be 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.57",
+  "version": "1.1.58",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.57",
+      "version": "1.1.58",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index 7a99345a0ad4b18a2e3bd6b3e481f9da43d0c61b..04ab95f8e7a568a6a386156dcd008ea34f7a3e6c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.57",
+  "version": "1.1.58",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"