From 699e779b5316bf6ccfba89b21cc0b561565efa83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 31 Aug 2021 18:08:22 +0200 Subject: [PATCH] Release 1.0.53 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2181a951..201cef1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.0.53](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.52...v1.0.53) + +- Use morgan law properly to allow remote start transaction to work. [`f6aa641`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f6aa64122833d24ed52a882bf7376788f3917748) + #### [v1.0.52](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.51...v1.0.52) +> 31 August 2021 + - Refine and use OCPP error specialisation [`14763b4`](https://github.com/jerome-benoit/charging-stations-simulator/commit/14763b466177d8e74d2e1925647e04e2d62ac72a) - Use IIFE (https://developer.mozilla.org/en-US/docs/Glossary/IIFE) for [`821c6c8`](https://github.com/jerome-benoit/charging-stations-simulator/commit/821c6c8229d6dfdc93ce917dfaad74e681e5a35c) -- Revert wrong any type removal [`5842a02`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5842a02d275889a96eda8727a7f3d0f7e60bf357) +- Release 1.0.52 [`bc4cbd0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bc4cbd0509e6d37d5b17a478bfa9f30f8d8e6008) #### [v1.0.51](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.50...v1.0.51) diff --git a/package-lock.json b/package-lock.json index dd22b785..875d43f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.52", + "version": "1.0.53", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 01bc99a8..800ea21e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.52", + "version": "1.0.53", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1