From: Jérôme Benoit Date: Sun, 30 May 2021 19:50:01 +0000 (+0200) Subject: Release 1.0.8 X-Git-Tag: v1.0.8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2Fv1.0.8;hp=e7fc6a817b168900190aa5570931ebcaa5b93fed;p=e-mobility-charging-stations-simulator.git Release 1.0.8 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa6b966..a18ccbac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.8](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.7...v1.0.8) + +- Add docker image build to GitHub actions [`c168e7a`](https://github.com/sap-labs-france/ev-simulator/commit/c168e7ade3388c9cea07d6cf4759bf0e7a1407a3) +- Run the docker image build in GitHub actions. [`c871184`](https://github.com/sap-labs-france/ev-simulator/commit/c871184e11055b02f83ae3a36fe7af285bac8251) +- Fix docker image build. [`e7fc6a8`](https://github.com/sap-labs-france/ev-simulator/commit/e7fc6a817b168900190aa5570931ebcaa5b93fed) + #### [v1.0.7](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.6...v1.0.7) +> 30 May 2021 + +- Release 1.0.7 [`6c6e9c2`](https://github.com/sap-labs-france/ev-simulator/commit/6c6e9c29422663a5f256a053d29cb35e51693f28) - Fix unit tests GitHub action name [`bc30952`](https://github.com/sap-labs-france/ev-simulator/commit/bc3095278757a8b8e9dbe09e98097461921fe3fa) #### [v1.0.6](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.5...v1.0.6) diff --git a/package-lock.json b/package-lock.json index 7cdc3465..7ef4fc75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5ee8fe8..053ee535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.7", + "version": "1.0.8", "engines": { "node": "14.x.x", "npm": "6.x.x"