Version 1.1.59 v1.1.59
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 8 May 2022 21:25:18 +0000 (23:25 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 8 May 2022 21:25:18 +0000 (23:25 +0200)
CHANGELOG.md
package-lock.json
package.json

index fe030ff695383231b6b0067be6d71e6dec37ac67..5d02aa7eebf366b33c1637f958894450cdc8dc4d 100644 (file)
@@ -4,8 +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.59](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.58...v1.1.59)
+
+- UI server: fix empty list response to LIST_CHARGING_STATIONS [`#214`](https://github.com/jerome-benoit/charging-stations-simulator/pull/214)
+- Apply dependencies update [`7af4dc6`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7af4dc63b6ded41ee733f7ab3f1e53ec45c50c1c)
+- Merge pull request #232 from jerome-benoit/feature/fluctuated-metervalues-limit [`4be9849`](https://github.com/jerome-benoit/charging-stations-simulator/commit/4be984941dac8bf0e6201a960e0e048ad4e9edee)
+- Apply dependencies update [`7f61131`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7f61131f2121e49a7dd76334f2c30dde283b94e0)
+
 #### [v1.1.58](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.57...v1.1.58)
 
+> 17 April 2022
+
 - Apply dependencies update [`2e1d0bb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2e1d0bbd19050dc71d0794bee75bf52d71c25d4f)
 - Fix OCPP message type definition and usage [`b3ec7bc`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b3ec7bc1553759e915e590df6a91f0849f03514d)
 - Properly name OCPP command handler methods [`f7f98c6`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f7f98c68f78566039b7d6f53391e874d79a8b022)
index e4ae53d3d0458238b2b41951f550da8b305c5af4..e20edd0beb58755ce56f044f8fb0b3057c825636 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.58",
+  "version": "1.1.59",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.58",
+      "version": "1.1.59",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^5.1.3",
index 813f129bcd23c538fbf24eb88403a2dc13d7a3bd..7dfe8f629eb1716928e54811be76653d5d346820 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.58",
+  "version": "1.1.59",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"