chore: version 1.2.7 v1.2.7
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 12 Apr 2023 20:37:47 +0000 (22:37 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 12 Apr 2023 20:37:47 +0000 (22:37 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 944e3e1589aca832a918cc6f44a110eb381be415..7805213045da16846a615cecf6edef9887971a06 100644 (file)
@@ -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)
index f7c561a4991f5ea3c9eec7d59d0e92f5c0638822..564dddb8265a10194d0a9262b3b0c3c1e6607b04 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.2.6",
+  "version": "1.2.7",
   "engines": {
     "node": ">=16.9.0"
   },
index 1e67a32ebebbaaa51b616b7bedd1976c46a25d4c..a9c0fc54a0ec1ac0b2b9d67f13eac8785a2e8366 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.6
+sonar.projectVersion=1.2.7
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src