Version 1.1.1 v1.1.1
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 16 Sep 2021 21:26:50 +0000 (23:26 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 16 Sep 2021 21:26:50 +0000 (23:26 +0200)
CHANGELOG.md
package-lock.json
package.json

index 94f6f9a4060ac01b68db89c51c9ab18c6a44c080..bd9c570526dd28fcd71e7e1d33b74dd33575a6b3 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.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)
 
index 1e22208dddc6b2e3a5ca894929a8241d7c653c16..002fc97af0eb9ccc8d61a0c632457bb194e32a35 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 51afc06e526d9bdc17f8b3ee3ea52f2dc9376e13..be7218fccd3291fd01b706fa9404f5a98d378844 100644 (file)
@@ -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"