Version 1.1.41 v1.1.41
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 19 Dec 2021 17:53:10 +0000 (18:53 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 19 Dec 2021 17:53:10 +0000 (18:53 +0100)
CHANGELOG.md
package-lock.json
package.json

index c6c990554745c26d1da0b7717f33754161f879d9..e71e7ed7521d6490b7745fb4e331d1e7129460e1 100644 (file)
@@ -4,9 +4,18 @@ 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.41](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.40...v1.1.41)
+
+- Apply dependencies update [`f5ef488`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f5ef488505dcf9b8c3041f156ce78f280c8275ca)
+- Check for CS registration status before issuing OCPP commands [`124f355`](https://github.com/jerome-benoit/charging-stations-simulator/commit/124f3553d1516addeb523e3ae364ab727bae8d04)
+- Apply dependencies update [`606e466`](https://github.com/jerome-benoit/charging-stations-simulator/commit/606e466e17dde7344c63af1cb1293a522e83f1b4)
+
 #### [v1.1.40](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.39...v1.1.40)
 
+> 9 December 2021
+
 - Fix default configuration handling on some sections [`1ba1e8f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1ba1e8fb644aa0ba8c0295c9eedb6f63e5467459)
+- Version 1.1.40 [`72b4e76`](https://github.com/jerome-benoit/charging-stations-simulator/commit/72b4e76d251a0bdfe225fdae95f80b606ad1b5ab)
 - Try to propagate error on configuration file reload. [`dcaf96d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/dcaf96dceb56a3ca655ca67dc106ced2b6aaaca1)
 
 #### [v1.1.39](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.38...v1.1.39)
index 20597b30e4af671b517696268933dfb515ce2e4f..1ae7230732769980eefa515c3c83424e8a0a34b5 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.40",
+  "version": "1.1.41",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.40",
+      "version": "1.1.41",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.9",
index 50499a7d92fcce3696eff547516651da923c64e3..60f994f78a27d7f223ed6df4c6566a06b8567cc9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.40",
+  "version": "1.1.41",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"