Version 1.1.26 v1.1.26
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 Oct 2021 07:23:10 +0000 (09:23 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 Oct 2021 07:23:10 +0000 (09:23 +0200)
CHANGELOG.md
package-lock.json
package.json

index 6c08d7139871f1448da73d3be156679402d3bf39..00660f0d5294994491766082c7d39e5d53b97e71 100644 (file)
@@ -4,10 +4,17 @@ 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.26](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.25...v1.1.26)
+
+- Fix callback invocation in promiseWithTimeout() [`ed0f838`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ed0f83800d2e1f68b82a233dee91745ba4031cfb)
+
 #### [v1.1.25](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.24...v1.1.25)
 
+> 5 October 2021
+
 - Apply depenencies update [`0489b5c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0489b5c8f32c870892e22705a1ceef3cbad6676a)
 - Fix energy calculation in metervalues [`32618c7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/32618c7187a3ff23f04c955b1bc8ba4ca043a931)
+- Version 1.1.25 [`4c0c2a1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/4c0c2a183ba534ae110d7603c1db097f896846a4)
 
 #### [v1.1.24](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.23...v1.1.24)
 
index d4c1f25b807fda9a91a50677ac13fa077728c928..d2df21a22632c0ac20abb9634a8571589abab766 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.25",
+  "version": "1.1.26",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 998f6a23a19bccf1b9ddf45e1d31dbaf4d765488..055426c1e1de2fa80dae997d204c8b049e335fba 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.25",
+  "version": "1.1.26",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"