From dba028d02037f94034f72fa484c5cbd0779a509f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 8 May 2022 23:25:18 +0200 Subject: [PATCH] Version 1.1.59 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe030ff6..5d02aa7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index e4ae53d3..e20edd0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 813f129b..7dfe8f62 100644 --- a/package.json +++ b/package.json @@ -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" -- 2.34.1