Release 1.0.9 v1.0.9
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 31 May 2021 13:27:58 +0000 (15:27 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 31 May 2021 13:27:58 +0000 (15:27 +0200)
CHANGELOG.md
package-lock.json
package.json

index a18ccbac5f492220a8a2bc873acf59f5e976f59a..22d690574c4d17717b86c962caeefbc62c89898d 100644 (file)
@@ -4,11 +4,18 @@ 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.9](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.8...v1.0.9)
+
+- Gracefully handle simulator missing files or files not found. [`23132a4`](https://github.com/sap-labs-france/ev-simulator/commit/23132a44933014c707d4fc3d0c681dc99cee7828)
+- Apply dependencies update [`1fa8a76`](https://github.com/sap-labs-france/ev-simulator/commit/1fa8a76f6ffae9fe625a1707a9e1141c922f4774)
+
 #### [v1.0.8](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.7...v1.0.8)
 
+> 30 May 2021
+
+- Release 1.0.8 [`2bbddc3`](https://github.com/sap-labs-france/ev-simulator/commit/2bbddc367e37d0d163ee0e22f63c7093bb3aa0cd)
 - 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)
 
index e83a77ec26fe48b1d5581d3d83f0db7c987cd575..90556cd01c5e5f7df97617d485300ed6a92a9cdd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.8",
+  "version": "1.0.9",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 5982e6b36e8e78aea50455988248a481aa8daca7..37b4c6ec93210bf89a8c13e6538bd9970427c81c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.8",
+  "version": "1.0.9",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"