From f4c414eb06d50dcdba02e48d63c787860e8c2f9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 22 Jul 2021 16:50:25 +0200 Subject: [PATCH] Release 1.0.30 --- 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 9a0078fa..e9807792 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.30](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.29...v1.0.30) + +- Apply dependencies update. [`cef316b`](https://github.com/jerome-benoit/ev-simulator/commit/cef316bf18434cad32c630d0acb72b122ae446aa) +- Sync with public GitHub [`d50cc82`](https://github.com/jerome-benoit/ev-simulator/commit/d50cc82b606aa331d1972897f5448f2067a35165) +- Sync with public GitHub [`285940e`](https://github.com/jerome-benoit/ev-simulator/commit/285940e030692feb305bfd8c84a9d88282b6ae9b) + #### [v1.0.29](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.28...v1.0.29) +> 20 July 2021 + +- Release 1.0.29 [`34ca7a7`](https://github.com/jerome-benoit/ev-simulator/commit/34ca7a78f0b9f68acb624973b59b9c78e7b8bda3) - Allow to use fluctuated value for SoC MeterValues. [`561d966`](https://github.com/jerome-benoit/ev-simulator/commit/561d966b15fec605a437b17b9a0183a57789414c) #### [v1.0.28](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.27...v1.0.28) diff --git a/package-lock.json b/package-lock.json index a8962482..26da8d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.29", + "version": "1.0.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15ca865b..c14c2cea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.29", + "version": "1.0.30", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1