From d27fcb79b2e9c8ef3c824e49652c9c5fce600b51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 26 Nov 2021 08:49:54 +0100 Subject: [PATCH] Version 1.1.35 --- 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 90866ca1..0318bda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,19 @@ 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.35](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.34...v1.1.35) + +- Apply dependencies update [`001f272`](https://github.com/jerome-benoit/charging-stations-simulator/commit/001f27299de9ed07cf2bd4d5fd4045eb67a91e56) +- README.md: fix template default value once again [`db05bc8`](https://github.com/jerome-benoit/charging-stations-simulator/commit/db05bc8bafb5d4e99c6ddf2ca5ae676d1579f773) +- README.md: fix template tunable default value [`9f2aaba`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9f2aabae62e39a8a021e36849e2eb97570c68ebd) + #### [v1.1.34](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.33...v1.1.34) +> 24 November 2021 + - Add supervision connection URL support setup through OCPP parameter [`12fc74d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/12fc74d6921babe7a275788b022165b751d6a8ce) - Improve code readability [`928e662`](https://github.com/jerome-benoit/charging-stations-simulator/commit/928e662d53196408eef0b99e09e750037d61e1e6) +- Version 1.1.34 [`d47bb35`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d47bb352f2c163c8f36d255df5b9a909854cf2ea) #### [v1.1.33](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.32...v1.1.33) diff --git a/package-lock.json b/package-lock.json index bf68d9f3..e13aad37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.34", + "version": "1.1.35", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 94e05a06..ee3ef82e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.34", + "version": "1.1.35", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1