From 5aaca1e9d9b00c64f3b92752cebec6982c9c8dee Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 13 Aug 2021 20:27:59 +0200 Subject: [PATCH] Release 1.0.32 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5fb3b9..5fb0d37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0.32](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.31...v1.0.32) + +- Cleanups: performance statistics, URI handling. [`57939a9`](https://github.com/jerome-benoit/ev-simulator/commit/57939a9da57b9ed1780ec63a2ecceaf44a107b17) +- Add support for performance statistics for all requests sent to the OCPP [`aef1b33`](https://github.com/jerome-benoit/ev-simulator/commit/aef1b33aa631deaf5c939dc6a232ca8cc8147fc6) +- Apply dependencies update [`6c9f025`](https://github.com/jerome-benoit/ev-simulator/commit/6c9f025b898abf3e383a5a4ff8ca9401d33028ca) + #### [v1.0.31](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.30...v1.0.31) +> 28 July 2021 + - Log a warning if a transaction id sent by the OCPP-J server is not an [`f3a6f63`](https://github.com/jerome-benoit/ev-simulator/commit/f3a6f63b4e690cecc8fdf84847a994970e12b94a) +- Release 1.0.31 [`de5225a`](https://github.com/jerome-benoit/ev-simulator/commit/de5225a33d7b87ba256c08b6b73f68817dd8c4f2) #### [v1.0.30](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.29...v1.0.30) diff --git a/package-lock.json b/package-lock.json index 5d51b64c..e3910392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.31", + "version": "1.0.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c40cb46..d11591f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.31", + "version": "1.0.32", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1