From 2ae4ee11ba25a24a9428806c2c0d9e094d41ed60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 12 Sep 2021 15:59:35 +0200 Subject: [PATCH] Release 1.0.58 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6370be98..43ea6299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.0.58](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.57...v1.0.58) + +- Add GitHub issue templates [`1e1be0d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1e1be0dfd7b1183c9a8b516946870c01ec7ce721) +- Remove some any type usage [`73d0904`](https://github.com/jerome-benoit/charging-stations-simulator/commit/73d09045dec38f798d93b28ad11e76f78d65c7cb) +- Add error handling in one performance storage class [`a6ceb16`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a6ceb16a6b67653adaa0b40cd057826c71f44f36) + #### [v1.0.57](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.56...v1.0.57) +> 12 September 2021 + +- Release 1.0.57 [`897ab69`](https://github.com/jerome-benoit/charging-stations-simulator/commit/897ab6931a50c93e6e0d302ec2d8cc8d940f4653) - Default docker image build without git submodules [`bfcad88`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bfcad885f450fc3e933fa1e849473cde43d8e40d) - Refine GitHub release name [`6f5db2e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6f5db2eda12ebcf26207dd4c1d5678350b73c9e1) -- Another fixlet to README.md [`80c8112`](https://github.com/jerome-benoit/charging-stations-simulator/commit/80c8112db91df68faf463ee1628fecf6e787b7fc) #### [v1.0.56](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.55...v1.0.56) diff --git a/package-lock.json b/package-lock.json index 6562d098..a51129b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.57", + "version": "1.0.58", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df870963..ac52870c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.57", + "version": "1.0.58", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1