From 4c0c2a183ba534ae110d7603c1db097f896846a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 5 Oct 2021 15:38:07 +0200 Subject: [PATCH] Version 1.1.25 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153dba02..6c08d713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.25](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.24...v1.1.25) + +- Apply depenencies update [`0489b5c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0489b5c8f32c870892e22705a1ceef3cbad6676a) +- Fix energy calculation in metervalues [`32618c7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/32618c7187a3ff23f04c955b1bc8ba4ca043a931) + #### [v1.1.24](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.23...v1.1.24) +> 4 October 2021 + - Convert OCPP message buffer to a Set [`8e24227`](https://github.com/jerome-benoit/charging-stations-simulator/commit/8e24227340572ec9f086d966c079ead58cc60ef5) - Fix OCPP message sending timeout handling code [`6d9abcc`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6d9abcc2b7b384773348c64bf0f7fc4dc5aad061) -- Mark some attributes readonly [`f2bf994`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f2bf9948496c724976a2e05d2f20cb17700373ec) +- Version 1.1.24 [`06837df`](https://github.com/jerome-benoit/charging-stations-simulator/commit/06837dfc0d84f1b4f57e89d380760d73b921ca36) #### [v1.1.23](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.22...v1.1.23) diff --git a/package-lock.json b/package-lock.json index 97db0d11..d4c1f25b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.24", + "version": "1.1.25", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b037ae0..998f6a23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.24", + "version": "1.1.25", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1