X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=facee8407c58a537b5b658be224e9e0becb56d51;hb=efb85e20f26ef140f7a293de7404d23ddf11bb38;hp=b76dbf1e74f67992fc8bcb45fc9b77684014adb8;hpb=8905022bd9b514a733cc71f700bcc96ab2a706be;p=e-mobility-charging-stations-simulator.git diff --git a/CHANGELOG.md b/CHANGELOG.md index b76dbf1e..facee840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,33 @@ 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.54](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.53...v1.1.54) + +- Disable husky installation on CF and CI [`2aa2a8d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2aa2a8df7efc101413c780938bf5d4c02ea4a525) +- Fix docker image build [`658e2d1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/658e2d16622bc69a4a0c5df02fae29fd0cc7efac) +- Add helper to get connector id for a transaction id [`f479a79`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f479a7929a02e6290ec945557136bf4ee5445107) + +#### [v1.1.53](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.52...v1.1.53) + +> 9 March 2022 + +- Fix metervalues payload format [`#198`](https://github.com/jerome-benoit/charging-stations-simulator/issues/198) +- Version 1.1.53 [`1bbd055`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1bbd05510c7194a287a5fecc02c0540d5e6520cc) +- Add the missing issue template key in the right section [`cb9a9a0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/cb9a9a02105dfb078b2786108abc7af5d031955e) +- Add missing payload attributes to boot notification [`29d1e2e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/29d1e2e70bc8ce223a0e8f4966552c3ae027e297) + +#### [v1.1.52](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.51...v1.1.52) + +> 8 March 2022 + +- Initial code cleanups for the future OCPP requests code optimization [`78085c4`](https://github.com/jerome-benoit/charging-stations-simulator/commit/78085c42a98966f7118f2575b2fde9a386399c94) +- Convert sendStopTransaction to OCPP message sending handler [`68c993d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/68c993d5b34c191022256f26d4e95e5f3b9974d4) +- Convert sendStatusNotification to OCPP message sending handler [`93b4a42`](https://github.com/jerome-benoit/charging-stations-simulator/commit/93b4a429b3cd9c37b5698b601361039c51e295d2) + #### [v1.1.51](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.50...v1.1.51) +> 5 March 2022 + - Apply prettier formating [`e7aeea1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e7aeea18e189dd087c8f951cf77a253e2818ae90) - Add pre-commit hook to format files properly [`c28d8ad`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c28d8adf214c89a5fbb33e3cd5858d05679874fe) - Fix eslint and prettier configuration [`1006808`](https://github.com/jerome-benoit/charging-stations-simulator/commit/100680888f3b49453ddb4081988a480ee3030d07)