Release 1.0.10 v1.0.10
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 31 May 2021 17:04:26 +0000 (19:04 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 31 May 2021 17:04:26 +0000 (19:04 +0200)
CHANGELOG.md
package-lock.json
package.json

index 22d690574c4d17717b86c962caeefbc62c89898d..5bc1410dd2af20ff816bbc5fabb1a8d9230fa8d0 100644 (file)
@@ -4,9 +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.10](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.9...v1.0.10)
+
+- Put auto-changelog configuration in package.json [`d22589b`](https://github.com/sap-labs-france/ev-simulator/commit/d22589b3543c990500a04be179088a4a3a7be7cb)
+
 #### [v1.0.9](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.8...v1.0.9)
 
+> 31 May 2021
+
 - Gracefully handle simulator missing files or files not found. [`23132a4`](https://github.com/sap-labs-france/ev-simulator/commit/23132a44933014c707d4fc3d0c681dc99cee7828)
+- Release 1.0.9 [`e3e5326`](https://github.com/sap-labs-france/ev-simulator/commit/e3e532609e80521181cf8e10a9e838fa360c5d66)
 - 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)
@@ -159,12 +166,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
 
 > 19 May 2021
 
-- Bump elliptic from 6.5.3 to 6.5.4 [`#11`](https://github.com/jerome-benoit/ev-simulator/pull/11)
-- Update to poolifier 2.0.0-beta.6 [`#10`](https://github.com/jerome-benoit/ev-simulator/pull/10)
-- Make the build app self contained. [`#8`](https://github.com/jerome-benoit/ev-simulator/pull/8)
-- Bump ini from 1.3.5 to 1.3.7 [`#5`](https://github.com/jerome-benoit/ev-simulator/pull/5)
-- Bump lodash from 4.17.15 to 4.17.19 [`#4`](https://github.com/jerome-benoit/ev-simulator/pull/4)
-- Update flow-bin to 0.123.0 [`#2`](https://github.com/jerome-benoit/ev-simulator/pull/2)
+- Bump elliptic from 6.5.3 to 6.5.4 [`#11`](https://github.com/sap-labs-france/ev-simulator/pull/11)
+- Update to poolifier 2.0.0-beta.6 [`#10`](https://github.com/sap-labs-france/ev-simulator/pull/10)
+- Make the build app self contained. [`#8`](https://github.com/sap-labs-france/ev-simulator/pull/8)
+- Bump ini from 1.3.5 to 1.3.7 [`#5`](https://github.com/sap-labs-france/ev-simulator/pull/5)
+- Bump lodash from 4.17.15 to 4.17.19 [`#4`](https://github.com/sap-labs-france/ev-simulator/pull/4)
+- Update flow-bin to 0.123.0 [`#2`](https://github.com/sap-labs-france/ev-simulator/pull/2)
 - Make modular the SRPC call chain code. [`c056097`](https://github.com/sap-labs-france/ev-simulator/commit/c0560973d259dbce64a24d10bab46246596fa1d5)
 - Switch to rollup-plugin-typescript2 plugin [`c4a1979`](https://github.com/sap-labs-france/ev-simulator/commit/c4a1979464bbf9c72508da3bda76bec4636dea32)
 - Initial rollup integration. [`44b07a2`](https://github.com/sap-labs-france/ev-simulator/commit/44b07a217a304640bef57f9e84cdafb240763a61)
index 90556cd01c5e5f7df97617d485300ed6a92a9cdd..570e1ed8f07c10f471ff983b1ee486ef19485c56 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.9",
+  "version": "1.0.10",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 623900c46b463dbbc5adc7cebb2f65b585f7d262..f79444b1958f6f8873be3c0befdb71035f1f96a1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.9",
+  "version": "1.0.10",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"