From 6c6e9c29422663a5f256a053d29cb35e51693f28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 30 May 2021 21:14:05 +0200 Subject: [PATCH] Release 1.0.7 --- 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 0e930b35..9aa6b966 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.0.7](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.6...v1.0.7) + +- 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) +> 30 May 2021 + +- Release 1.0.6 [`de630c3`](https://github.com/sap-labs-france/ev-simulator/commit/de630c3bbcbf1d3ba96b0097d5c4fb11584be5c8) - Fix CHANGELOG.md compare link generation [`d2b9eb6`](https://github.com/sap-labs-france/ev-simulator/commit/d2b9eb67601279d9b060ff59c96c2a44fb5b6d5e) #### [v1.0.5](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.4...v1.0.5) diff --git a/package-lock.json b/package-lock.json index ac74dc7b..7cdc3465 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07b12293..b1d4094d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.6", + "version": "1.0.7", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1