Version 1.1.34 v1.1.34
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 24 Nov 2021 11:11:53 +0000 (12:11 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 24 Nov 2021 11:11:53 +0000 (12:11 +0100)
CHANGELOG.md
package-lock.json
package.json

index 296bcf0adee47af29f6c79e86c61b399f383d375..90866ca152365437574c4da1fb670c5b4e565fcd 100644 (file)
@@ -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)
index 3e97cef1dbd2c55b073729396004647225d8fcef..2a80bd7d12535be60db650f20c1fb055a0925a8c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.33",
+  "version": "1.1.34",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 8a36679ae06ba383d3b72c712ae0c731aa8f117c..d650fc23f4261b0c60021c3577680f94873121b9 100644 (file)
@@ -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"