From 3bcb016865c38c3845469135760eda887277e775 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 30 Sep 2021 21:18:01 +0200 Subject: [PATCH] Version 1.1.19 --- 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 a46a570e..bf481700 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.1.19](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.18...v1.1.19) + +- Convert to a map connectors and their status [`734d790`](https://github.com/jerome-benoit/charging-stations-simulator/commit/734d790d9983a43c20f9ffa728f18825625e8119) +- Apply dependencies update [`4813263`](https://github.com/jerome-benoit/charging-stations-simulator/commit/48132636528412b0d48b22baf35414ab2e917bd1) +- Cleanup [`331e20b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/331e20bbca5a7f404551666c4a3609ae92fc5e86) + #### [v1.1.18](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.17...v1.1.18) +> 29 September 2021 + - Use a map a register response and incoming request handlers [`58144ad`](https://github.com/jerome-benoit/charging-stations-simulator/commit/58144adb13fbef619e8b75b36bad7c325d7cae50) +- Version 1.1.18 [`c5548e7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c5548e7be1832fe05969d4e80adee4721d99cc11) - Fine tune default memory for CF [`0d39037`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0d39037da6a3cfc90aa3d691dd5be186daa1cbae) #### [v1.1.17](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.16...v1.1.17) diff --git a/package-lock.json b/package-lock.json index 3f79a4b0..bbe025cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.18", + "version": "1.1.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7feccd9..4ccec3fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.18", + "version": "1.1.19", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1