From 2f7fd98a3325700a10121a88d6a4f95bbac1e2fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 14 Oct 2021 14:07:18 +0200 Subject: [PATCH] Version 1.1.30 --- 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 0c31239f..e9d2834e 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.30](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.29...v1.1.30) + +- Apply dependencies update [`3307084`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3307084863575c9a83079bd77ef255c961521596) +- Apply dependencies update [`1fe16c9`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1fe16c9c1f11b81be83aa2059ecefe63e524929d) +- Apply dependencies update [`f1d0cc7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f1d0cc73a5d148e3c6edef67e58d10aca83d5a71) + #### [v1.1.29](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.28...v1.1.29) +> 12 October 2021 + - Allow to specify ws options in charging station template [`cd8dd45`](https://github.com/jerome-benoit/charging-stations-simulator/commit/cd8dd45729bcb9838f1f3c7b82596b8b30f8ce4d) - Apply dependencies update [`561708a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/561708a96364dbf96ea39220a1d0d180508dfe83) +- Version 1.1.29 [`f8b73ba`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f8b73ba50fff10fa0282b971bf24f70454231eca) #### [v1.1.28](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.27...v1.1.28) diff --git a/package-lock.json b/package-lock.json index 3be05b58..069d6d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.29", + "version": "1.1.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85ad6c96..0ae28c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.29", + "version": "1.1.30", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1