From 1e37e5b84ab2a63a47d2efab71d66b068df9cbf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 20 Dec 2021 17:06:31 +0100 Subject: [PATCH] Version 1.1.42 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71e7ed7..082158e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.42](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.41...v1.1.42) + +- Refine autoRegister CS template tunable handling [`e58068f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e58068fde9b27e3de6733be24fc7b3dfac37331b) + #### [v1.1.41](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.40...v1.1.41) +> 19 December 2021 + - 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) diff --git a/package-lock.json b/package-lock.json index 3e93f33d..0744344d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.41", + "version": "1.1.42", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c2369786..6665d9a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.41", + "version": "1.1.42", "engines": { "node": "16.x.x", "npm": "8.x.x" -- 2.34.1