From 148bb67bfdd5c84d12f1fd895b98e4f4f698faa9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 8 Feb 2022 18:05:33 +0100 Subject: [PATCH] Version 1.1.46 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a5f090..4be2b35e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index d049500c..4571b63e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 8eb12550..7e3bf781 100644 --- a/package.json +++ b/package.json @@ -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" -- 2.34.1