From 7313a8f1ce811e6eb2598632d9105b846f04c934 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 18 Nov 2021 15:46:58 +0100 Subject: [PATCH] Version 1.1.32 --- 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 c4edc8aa..9adc720f 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.32](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.31...v1.1.32) + +- Apply dependencies update [`bf73848`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bf73848915dcbaf7e0826f60a95250e5d7681cc0) +- 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) +> 17 November 2021 + - 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) diff --git a/package-lock.json b/package-lock.json index 2e38fe0e..3d6a3c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.31", + "version": "1.1.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 80ddecaf..dfe97912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.31", + "version": "1.1.32", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1