Version 1.1.7 v1.1.7
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 23 Sep 2021 10:04:12 +0000 (12:04 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 23 Sep 2021 10:04:12 +0000 (12:04 +0200)
CHANGELOG.md
package-lock.json
package.json

index 5d27ad2cfb763c89324b1a1e4fe0cc4ed397d1e1..bbdeb53e6b05325aaf76f8b35fc28f5f07e19d98 100644 (file)
@@ -4,9 +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.7](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.6...v1.1.7)
+
+- Apply dependencies update [`724b41e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/724b41e4f84d4f3c159ca477e3ccc6e31cc15818)
+- Consistently use idTag for RFID tag [`f4bf2ab`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f4bf2abdd27ce5ddb64d0efd3763608320efc8d8)
+- Remove uneeded condition on transaction status in ATG [`85d2066`](https://github.com/jerome-benoit/charging-stations-simulator/commit/85d206672d2dc688827177e4de87a069c4b2cdc1)
+
 #### [v1.1.6](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.5...v1.1.6)
 
+> 21 September 2021
+
 - Fix ATG run duration computation [`0045cef`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0045cef5dae3be8131969d08f70c10748922524e)
+- Version 1.1.6 [`174852d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/174852d08d43d909fad34ebe158b12975948ba89)
 - Optimize heap tunable for CF [`e55ef94`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e55ef94a997fd43fe1b6f2711667777e57cdef63)
 
 #### [v1.1.5](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.4...v1.1.5)
index 9102345942f51dd2bc618b2a6b60fed3e667364b..2f53ce5b23ced16617196a4fe838666fc934ceaf 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.6",
+  "version": "1.1.7",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index e129ae8191ef83ffd6789caec747f15a9a38d71f..02f8d2f1373853913d2f8348560bff44b87639f0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.6",
+  "version": "1.1.7",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"