Version 1.1.5 v1.1.5
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 21 Sep 2021 16:40:41 +0000 (18:40 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 21 Sep 2021 16:40:41 +0000 (18:40 +0200)
CHANGELOG.md
package-lock.json
package.json

index acb8ef556e7b29687fc7ea5a7aad11edb3a0e76f..8bb57dc9d8e8247e5cf693f1318c44414a3a3cb3 100644 (file)
@@ -4,8 +4,16 @@ 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.5](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.4...v1.1.5)
+
+- Apply dependencies update [`2f30779`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2f3077930c8e17f2ebba01dfba2c0124e5948705)
+- Apply dependencies update [`f9b1488`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f9b14880b5742b1e721b0b1ca6d3ed62ec63d021)
+- Add empty object type and use it on some ocpp responses type [`c12b43d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c12b43d0f4569a189e064768c14088ab8fce9e1b)
+
 #### [v1.1.4](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.3...v1.1.4)
 
+> 19 September 2021
+
 - Optimize ATG run duration handling [`265e426`](https://github.com/jerome-benoit/charging-stations-simulator/commit/265e42664464f3846b3663dcf96264c6d161a77a)
 - Add sanity checks to random number generation code [`b322b8b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b322b8b4712bd412ea2d1e27924dcc6f1bb08c63)
 - Add sanity checks to random integer generation [`a3868ec`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a3868ec4e6c4782ba51066ddbba74f9730dbba19)
index ef68356ecd31c55b633de8e85f715f7e904b08aa..1128785a3983ea518c2105ea069a854cb8ca1f8a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.4",
+  "version": "1.1.5",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index db43aca42e012902740c13fec31e37005ea893b8..23a18facc3647a2c58d5541b7479b2cde6d0ae59 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.4",
+  "version": "1.1.5",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"