Version 1.1.54 v1.1.54
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Mar 2022 14:42:42 +0000 (15:42 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Mar 2022 14:42:42 +0000 (15:42 +0100)
CHANGELOG.md
package-lock.json
package.json

index f06d469a956249bcf30abb5670d50c1e86d7a476..facee8407c58a537b5b658be224e9e0becb56d51 100644 (file)
@@ -4,12 +4,20 @@ 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)
-- Add missing key in issue template [`f33833d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f33833db2498e39eb2da014aa719ce641b164096)
 
 #### [v1.1.52](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.51...v1.1.52)
 
index dd9bf0a41d296e3a41bf973a8b507bb9f9bafa6b..4abe94c6e0e37196ff12749a7d43132718748174 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.53",
+  "version": "1.1.54",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.53",
+      "version": "1.1.54",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index 76b24478086581a8da574d415c20440de102bc0d..806ff59e248fd1fc2a3c9435259b3cc71a879093 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.53",
+  "version": "1.1.54",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"