From 77a9ddefe9a8704980e531dae499cadedbe127f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 12 Apr 2023 22:37:47 +0200 Subject: [PATCH] chore: version 1.2.7 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- sonar-project.properties | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944e3e15..78052130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Changelog -## [v1.2.6](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.5...v1.2.6) +## [v1.2.7](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.6...v1.2.7) + +- build(deps): apply updates [`44c0ed8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/44c0ed87b919a3b3c5ed94657af46b570ad777fa) + +## [v1.2.6](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.5...v1.2.6) (2023-04-11) - build(deps-dev): apply updates [`118a211`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/118a2117d5c800a3c7b4a4e0c1ba318f1d300e05) - perf: use arrow functions in hot code paths [`e8a92d5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e8a92d57004dcddba34fa4a510226b56e11a8cdb) - build(deps-dev): apply updates [`75f84cb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/75f84cb1927588a1261a1fe6140e6d96b86fa74b) - build(deps-dev): apply updates [`db59d71`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/db59d71ee08527ee544ce78b1a947c4713b6beea) +- chore: version 1.2.6 [`1093ffc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1093ffc134e888e14f147498e8e8c4f7e80ba06e) - refactor: make the exponential backoff implementation for tunable [`517ffa5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/517ffa58b673e8ece31c6520d0f2331848fc05ed) ## [v1.2.5](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.4...v1.2.5) (2023-04-10) diff --git a/package.json b/package.json index f7c561a4..564dddb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.6", + "version": "1.2.7", "engines": { "node": ">=16.9.0" }, diff --git a/sonar-project.properties b/sonar-project.properties index 1e67a32e..a9c0fc54 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.6 +sonar.projectVersion=1.2.7 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -- 2.34.1