From b49e65be5095c856c5eea6344acfb5fdcfee0052 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 17 Nov 2021 18:22:15 +0100 Subject: [PATCH] Version 1.1.31 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d2834e..c4edc8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.31](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.30...v1.1.31) + +- Apply dependencies update [`13f66ec`](https://github.com/jerome-benoit/charging-stations-simulator/commit/13f66ec728abdbf4cd40eb547a36bc6b098da1d0) +- Apply dependencies update [`a63cd73`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a63cd73561309b6ea47253f0ee3d20f8a9799a5a) +- Silence linter some more [`dc100e9`](https://github.com/jerome-benoit/charging-stations-simulator/commit/dc100e978337264ceade1c7bbd67faa967c874e1) + #### [v1.1.30](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.29...v1.1.30) +> 14 October 2021 + - 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) diff --git a/package-lock.json b/package-lock.json index c6f97e89..9a9a1d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.30", + "version": "1.1.31", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 861dc6d7..0560b159 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.30", + "version": "1.1.31", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1