From d47bb352f2c163c8f36d255df5b9a909854cf2ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 24 Nov 2021 12:11:53 +0100 Subject: [PATCH] Version 1.1.34 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 296bcf0a..90866ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.34](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.33...v1.1.34) + +- 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) + #### [v1.1.33](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.32...v1.1.33) +> 22 November 2021 + - Apply dependencies update [`42f7475`](https://github.com/jerome-benoit/charging-stations-simulator/commit/42f7475e1c7163a8a660e8f9efcaad5db3aea4c8) - Apply deps update [`1dc2997`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1dc299743f979eb554f193053799ac617f310cdc) - Make the performance measurement time series actually a real time series [`0c14231`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0c142310bb891fd23f2c40234af1fddd88ba71d5) diff --git a/package-lock.json b/package-lock.json index 3e97cef1..2a80bd7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.33", + "version": "1.1.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a36679a..d650fc23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.33", + "version": "1.1.34", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1