From: Jérôme Benoit Date: Sun, 17 Apr 2022 20:24:01 +0000 (+0200) Subject: Version 1.1.58 X-Git-Tag: v1.1.58^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=87fed8a279e95f4fea16decfbcb710f6317abf09;hp=2e1d0bbd19050dc71d0794bee75bf52d71c25d4f;p=e-mobility-charging-stations-simulator.git Version 1.1.58 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 23302d48..fe030ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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.58](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.57...v1.1.58) + +- 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) + #### [v1.1.57](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.56...v1.1.57) +> 15 April 2022 + +- Version 1.1.57 [`de17a56`](https://github.com/jerome-benoit/charging-stations-simulator/commit/de17a5668a671531e9c5ec9563b0b02d6d5a3f27) - Merge pull request #207 from jerome-benoit/fix-response-pending [`9b75e3a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9b75e3ab59b911697ad2f809e2aee6967a46e0c4) - Apply dependencies update [`39dca63`](https://github.com/jerome-benoit/charging-stations-simulator/commit/39dca63f0a8e166228e853084afb36ee697f7d2d) -- Apply dependencies update [`5d12c42`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5d12c425ff0a1e3fd167e29493588fa6ac5923f8) #### [v1.1.56](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.55...v1.1.56) diff --git a/package-lock.json b/package-lock.json index c0fcaa5d..7f763ef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "charging-stations-simulator", - "version": "1.1.57", + "version": "1.1.58", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "charging-stations-simulator", - "version": "1.1.57", + "version": "1.1.58", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^4.5.10", diff --git a/package.json b/package.json index 7a99345a..04ab95f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.57", + "version": "1.1.58", "engines": { "node": "16.x.x", "npm": "8.x.x"