From: Jérôme Benoit Date: Tue, 28 Sep 2021 21:34:14 +0000 (+0200) Subject: Version 1.1.16 X-Git-Tag: v1.1.16^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f871a44132619abe3cd5beeaec4fb898fb98924d;p=e-mobility-charging-stations-simulator.git Version 1.1.16 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb497a2..1fae88fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.16](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.15...v1.1.16) + +- Revert promise resolve/reject value [`aba5361`](https://github.com/jerome-benoit/charging-stations-simulator/commit/aba5361d9e42555ef62e31101a738cdab1c77e33) + #### [v1.1.15](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.14...v1.1.15) +> 28 September 2021 + - Plug one more memory leak in the OCPP stack in case of WS closed. [`6198eef`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6198eef3947754c7ad85050cb56014794f60c846) +- Version 1.1.15 [`3287285`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3287285b008ddc0da731712eecf05f20a88dbb55) #### [v1.1.14](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.13...v1.1.14) diff --git a/package-lock.json b/package-lock.json index df227c13..bbb204ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.15", + "version": "1.1.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3acef3b8..192e1425 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.15", + "version": "1.1.16", "engines": { "node": "14.x.x", "npm": "6.x.x"