From: Jérôme Benoit Date: Sun, 9 Apr 2023 13:20:19 +0000 (+0200) Subject: chore: version 1.2.4 X-Git-Tag: v1.2.4^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c51bc43e325e355ce6a600b0a46854d12da8a6df;p=e-mobility-charging-stations-simulator.git chore: version 1.2.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index edef9432..946c9990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog -## [v1.2.3](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.2...v1.2.3) +## [v1.2.4](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.3...v1.2.4) + +- fix: reference poolifier pool property [`4597fdc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4597fdc580a3a20384ecef821fe781a1099d733f) + +## [v1.2.3](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.2...v1.2.3) (2023-04-09) - build(deps-dev): apply updates [`a7bb184`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a7bb184512dd064b5da4dc125d652b6b40ceffee) - build(deps): apply updates [`2beeb6d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2beeb6d98a5749ce94666482783a6034b7b5430d) +- chore: version 1.2.3 [`9d8360d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9d8360d85d76f2b36c08bb0e554cd46d26bd253c) - fix: strict number check [`260f9dc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/260f9dcc04f0680f7ef3f01d859a1f2fa748c07c) ## [v1.2.2](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.1...v1.2.2) (2023-04-07) diff --git a/package.json b/package.json index 977cf4bf..7f838138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.3", + "version": "1.2.4", "engines": { "node": ">=16.9.0" }, diff --git a/sonar-project.properties b/sonar-project.properties index 262f98d5..a1f80d86 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.3 +sonar.projectVersion=1.2.4 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src