From 6895db789bd40550ca5bb60749914bc38a6943ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 22 Nov 2021 18:03:09 +0100 Subject: [PATCH] Version 1.1.33 --- 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 9adc720f..296bcf0a 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.33](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.32...v1.1.33) + +- 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) + #### [v1.1.32](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.31...v1.1.32) +> 18 November 2021 + - Apply dependencies update [`bf73848`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bf73848915dcbaf7e0826f60a95250e5d7681cc0) +- Version 1.1.32 [`7313a8f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7313a8f1ce811e6eb2598632d9105b846f04c934) - Fix log message [`b4d1b41`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b4d1b412b904e55e25705549e031a054054e28d7) #### [v1.1.31](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.30...v1.1.31) diff --git a/package-lock.json b/package-lock.json index d86325bd..3e97cef1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.32", + "version": "1.1.33", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a812cdfa..8a36679a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.32", + "version": "1.1.33", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1