From 2bbddc367e37d0d163ee0e22f63c7093bb3aa0cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 30 May 2021 21:50:01 +0200 Subject: [PATCH] Release 1.0.8 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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" -- 2.34.1