From e50d96f53f0c4f1d414d6503363bb3eed07c5d72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 19 Jul 2023 21:38:31 +0200 Subject: [PATCH] chore: version 1.2.19 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- sonar-project.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49759f73..5a9396e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [v1.2.18](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.17...v1.2.18) +## [v1.2.19](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.18...v1.2.19) + +- fix: fix 'Cannot read properties of undefined' with revervation enabled [`8cc482a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8cc482a9324a0989516b6eb6db85a16258c4b4d1) +- fix: do not use async callback with setInterval() [`37aa4e5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/37aa4e56f13180ae59072d3f86a7a88d5acaedd6) +- fix: fix ATG startup [`bdc9dc7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bdc9dc79f18b4af66cf9565e8df86d0348fd294c) + +## [v1.2.18](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.17...v1.2.18) (2023-07-19) - build(deps-dev): apply updates [`5edd8ba`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5edd8ba0f8978cfb3ca9d80f299d9748c6c5970e) - refactor: split Utils static methods class into functions [`9bf0ef2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9bf0ef23c51160abc6866ad8d07eea85e308edb8) @@ -25,6 +31,7 @@ - feat: add elementsPerWorker automatic calculation [`8603c1c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8603c1caae4c616b0c1f8292c7f70bf3b0124175) - feat: add configuration cache [`974efe6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/974efe6c9928aabb0d9356c19342d0fa432f3cc1) - build(deps-dev): apply updates [`afaf003`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/afaf0037d8d76a4528ec577b69a0c5ad56100083) +- chore: version 1.2.18 [`ad4b054`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ad4b05411e49ce54ed421f9e393a15aee76bc309) - Create clone-count.yml [`3848c42`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3848c42989e06b10344bbfa5bd2ef0c253f7d9f9) - build(deps-dev): apply updates [`0feaa97`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0feaa975c49a8607e0b90acdaad9b609c461807f) - build(deps-dev): apply updates [`4b8d701`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4b8d701aaa72a3624c66390683e353408e6e89ee) diff --git a/package.json b/package.json index bed0de60..33db51c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.18", + "version": "1.2.19", "engines": { "node": ">=16.14.0", "pnpm": ">=8.6.0" diff --git a/sonar-project.properties b/sonar-project.properties index 8403153e..f914381b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator -sonar.projectVersion=1.2.18 +sonar.projectVersion=1.2.19 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -- 2.34.1