From: Jérôme Benoit Date: Thu, 16 Sep 2021 21:26:50 +0000 (+0200) Subject: Version 1.1.1 X-Git-Tag: v1.1.1^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=eecefdf8b2599c7f43ab8938aed8b06c0578ec9a;p=e-mobility-charging-stations-simulator.git Version 1.1.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f6f9a4..bd9c5705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.1](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.0...v1.1.1) + +- Fix ATG execution time accuracy. [`7d75bee`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7d75bee1fb4f5946cba9bd453604ae9c359595c1) +- Silence a sonar warning [`68a8d1b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/68a8d1bbf67c9b3eac7e61c0e2526710a106f0c8) + #### [v1.1.0](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.62...v1.1.0) +> 15 September 2021 + +- Version 1.1.0 [`2a2d9bb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2a2d9bba858b5368b3fefa1fc4ae9e5d6ce44a20) - Apply dependency update [`c2e6012`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c2e60123b7c9124cb51f3cccb528a15f219e5b61) - Fix .cfignore file for templates. [`bc9b43d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bc9b43db6649c1182b6dbb9e172c213dbd1a8abf) -- Consistently name charging stations run on CF on multiple instances [`203bc09`](https://github.com/jerome-benoit/charging-stations-simulator/commit/203bc097a78851c8df1838abdf2582d13e582957) #### [v1.0.62](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.61...v1.0.62) diff --git a/package-lock.json b/package-lock.json index 1e22208d..002fc97a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 51afc06e..be7218fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.0", + "version": "1.1.1", "engines": { "node": "14.x.x", "npm": "6.x.x"