Version 1.1.46 v1.1.46
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 8 Feb 2022 17:05:33 +0000 (18:05 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 8 Feb 2022 17:05:33 +0000 (18:05 +0100)
CHANGELOG.md
package-lock.json
package.json

index 78a5f0902c4c066764aaf31c801c1a1c3fa26b8b..4be2b35ea0c2baeffaa1bc4acf37894522c67221 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.46](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.45...v1.1.46)
+
+- Apply dependencies update [`d29de7b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d29de7b8144ef6be6c0c2bd2f5db3893fd178942)
+- Relax OCPP commands acceptance while the charging station is in unknown [`5328366`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5328366132d84ad844f92b2b8fc13e4418b10f5c)
+- Silence one code smell [`35efcc3`](https://github.com/jerome-benoit/charging-stations-simulator/commit/35efcc3a2921eebb5bcb1c00b95f656e1b777058)
+
 #### [v1.1.45](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.44...v1.1.45)
 
+> 7 February 2022
+
 - Apply dependencies update [`30d4f23`](https://github.com/jerome-benoit/charging-stations-simulator/commit/30d4f23338994b2de4349bc0e4e69cd50156dee2)
 - Apply dependencies update [`3a34479`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3a344794c3b72f6e95088c50d094d19007184827)
 - Apply dependencies update [`c2995f7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c2995f7c6c98f0efefae5f364fc59f78e2ff145b)
index d049500c592d1c90cb696a253d4aad49da0f1cde..4571b63e2f5ba4dfecc021338119ba6887b08564 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.45",
+  "version": "1.1.46",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.45",
+      "version": "1.1.46",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index 8eb125508bd6a5bc6c5eb483904db819b7fba268..7e3bf7819070c5b27ab7799be1167298594688b8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.45",
+  "version": "1.1.46",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"