From: Jérôme Benoit Date: Fri, 11 Jun 2021 19:32:14 +0000 (+0200) Subject: Release 1.0.14 X-Git-Tag: v1.0.14^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ff6bb9b48054b5f5ab39a93b8257ce6662064a85;p=e-mobility-charging-stations-simulator.git Release 1.0.14 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index abd152b3..5a27cad2 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.14](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.13...v1.0.14) + +- Add initial support at sending transaction.{begin,end} meter values [`326f6e3`](https://github.com/sap-labs-france/ev-simulator/commit/326f6e386ccb8d0bbbd713a19ca4c827a2856097) +- Refine eslint configuration [`c93aeb2`](https://github.com/sap-labs-france/ev-simulator/commit/c93aeb26312b1a939cf741d5b501abf2c44054c7) + #### [v1.0.13](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.12...v1.0.13) +> 11 June 2021 + - Bump glob-parent from 5.1.1 to 5.1.2 [`#14`](https://github.com/sap-labs-france/ev-simulator/pull/14) - Bump normalize-url from 4.5.0 to 4.5.1 [`#13`](https://github.com/sap-labs-france/ev-simulator/pull/13) - Apply dependencies update [`5cd0ee9`](https://github.com/sap-labs-france/ev-simulator/commit/5cd0ee90cba70da2d60d06f0ff450cfdd67a515d) diff --git a/package-lock.json b/package-lock.json index 96ab4e2a..102dd164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.13", + "version": "1.0.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fde89d5b..87c4f8dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.13", + "version": "1.0.14", "engines": { "node": "14.x.x", "npm": "6.x.x"