From: Jérôme Benoit Date: Sun, 12 Sep 2021 09:25:20 +0000 (+0200) Subject: Release 1.0.57 X-Git-Tag: v1.0.57^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=897ab6931a50c93e6e0d302ec2d8cc8d940f4653;p=e-mobility-charging-stations-simulator.git Release 1.0.57 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ec381d30..6370be98 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.0.57](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.56...v1.0.57) + +- 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) +> 12 September 2021 + - Create CODE_OF_CONDUCT.md [`#30`](https://github.com/jerome-benoit/charging-stations-simulator/pull/30) - Use nullish coalescing in OCPP stack [`5e5a3ab`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5e5a3ab74af7dde544b51b7ef368b593bb957ed6) - Cleanup configuration files watching code [`3ec1073`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3ec1073715e995f84b1e2fbb147f85a6c7dc8264) diff --git a/package-lock.json b/package-lock.json index 35ed5243..6562d098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.56", + "version": "1.0.57", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 38746da1..df870963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.0.56", + "version": "1.0.57", "engines": { "node": "14.x.x", "npm": "6.x.x"