chore: version 1.2.6 v1.2.6
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 11 Apr 2023 21:46:00 +0000 (23:46 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 11 Apr 2023 21:46:00 +0000 (23:46 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index f7033add4c2c80def32f8c015471aff78f60ddf8..944e3e1589aca832a918cc6f44a110eb381be415 100644 (file)
@@ -1,9 +1,18 @@
 # Changelog
 
-## [v1.2.5](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.4...v1.2.5)
+## [v1.2.6](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.5...v1.2.6)
+
+- 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)
+- 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)
 
 - feat: add mininum value support to meterValues generation [`860ef18`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/860ef183ca94c501749d508ea70d7447ecd90f05)
 - build(deps): apply updates [`825c7c4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/825c7c420e3dd1db3952f54156c7565aee42f664)
+- chore: version 1.2.5 [`7544b25`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7544b25e44245784850adca768b516cb318c4108)
 
 ## [v1.2.4](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.3...v1.2.4) (2023-04-09)
 
index b795189aa99910b0136badc7441026840972ae2c..c9c3822936cc6f46e5c87b4e4f02de41ef2afc94 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.2.5",
+  "version": "1.2.6",
   "engines": {
     "node": ">=16.9.0"
   },
index 731d51e4f1023db06f8a8fd1765d974718a974c0..1e67a32ebebbaaa51b616b7bedd1976c46a25d4c 100644 (file)
@@ -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.5
+sonar.projectVersion=1.2.6
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src