Version 1.1.53 v1.1.53
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 9 Mar 2022 15:50:52 +0000 (16:50 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 9 Mar 2022 15:50:52 +0000 (16:50 +0100)
CHANGELOG.md
package-lock.json
package.json

index ea75bdf6478167035c9fed1f9b87cc398e9d57f7..f06d469a956249bcf30abb5670d50c1e86d7a476 100644 (file)
@@ -4,8 +4,17 @@ 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.53](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.52...v1.1.53)
+
+- Fix metervalues payload format [`#198`](https://github.com/jerome-benoit/charging-stations-simulator/issues/198)
+- Add the missing issue template key in the right section [`cb9a9a0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/cb9a9a02105dfb078b2786108abc7af5d031955e)
+- Add missing payload attributes to boot notification [`29d1e2e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/29d1e2e70bc8ce223a0e8f4966552c3ae027e297)
+- Add missing key in issue template [`f33833d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f33833db2498e39eb2da014aa719ce641b164096)
+
 #### [v1.1.52](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.51...v1.1.52)
 
+> 8 March 2022
+
 - 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)
index af5601755ca2fa06d1958d25453ca257a961b17e..c4d99e796f7fa8c7ad3b96e24e76d10b0311627f 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.52",
+  "version": "1.1.53",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.52",
+      "version": "1.1.53",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index b023af679eb42e4fbebd305e0fdf29f19e46112e..7145427ffc703d19b0a64cb14dd81a8a68c442e9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.52",
+  "version": "1.1.53",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"