Version 1.1.15 v1.1.15
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 28 Sep 2021 21:05:00 +0000 (23:05 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 28 Sep 2021 21:05:00 +0000 (23:05 +0200)
CHANGELOG.md
package-lock.json
package.json

index 794424f972a6453d53ea22d2ff3ae843ecaa2207..2cb497a282d06aeba6bc57cfa8cfb342d0ce859e 100644 (file)
@@ -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.15](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.14...v1.1.15)
+
+- 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)
+
 #### [v1.1.14](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.13...v1.1.14)
 
+> 28 September 2021
+
 - Apply dependency update [`3d0af7b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3d0af7b825eac2bd55bdb9ba1e2dd5dbc9a0c699)
+- Version 1.1.14 [`d48c344`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d48c3449130186db20f9c296178d36e309d70c24)
 - Ensure the OCPP message sending stop if the WS is not open [`65334d0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/65334d061f549a3136373b27c35cb0e508c75a9f)
 
 #### [v1.1.13](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.12...v1.1.13)
index d84158d69bb22713892dfac1af57702a4df9d69c..df227c13e2b5f0048984c0922738caadbe2bc63c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.14",
+  "version": "1.1.15",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 3aceeacd86f9b447c9bb2b25adf77ea50ef2c323..3acef3b888a3af6a379f8d7237bfae6f4e07ca7f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.14",
+  "version": "1.1.15",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"