chore: version 1.2.8 v1.2.8
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 14:06:31 +0000 (16:06 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 14:06:31 +0000 (16:06 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 7805213045da16846a615cecf6edef9887971a06..444c918912f1c1dfce3de61a1f77091965ed0090 100644 (file)
@@ -1,8 +1,16 @@
 # Changelog
 
-## [v1.2.7](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.6...v1.2.7)
+## [v1.2.8](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.7...v1.2.8)
+
+- build(deps): apply updates [`761684e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/761684ec171cf2b700f23b28833c40409f3cef51)
+- build(deps-dev): apply updates [`100d237`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/100d2375df64a53c42cada02cecc815c833a44a8)
+- docs: enhance code documentation [`6b90dcc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6b90dccaf87a8ed910e0435d1572580416e57e70)
+- refactor: forEach -&gt; for ... of [`7d3b0f6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7d3b0f64262e8ffe47e2e8b5b091dfcdb6b67339)
+
+## [v1.2.7](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.6...v1.2.7) (2023-04-12)
 
 - build(deps): apply updates [`44c0ed8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/44c0ed87b919a3b3c5ed94657af46b570ad777fa)
+- chore: version 1.2.7 [`77a9dde`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/77a9ddefe9a8704980e531dae499cadedbe127f5)
 
 ## [v1.2.6](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.5...v1.2.6) (2023-04-11)
 
index d49fc2e61cf3c0c69861f35b19601317a81ea90f..19ab096b9128e89ace1d6a505e56cfdb67eadb62 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.2.7",
+  "version": "1.2.8",
   "engines": {
     "node": ">=16.9.0"
   },
index a9c0fc54a0ec1ac0b2b9d67f13eac8785a2e8366..321fbefecb0c7fc0181f28113e62dabbee7b9710 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.7
+sonar.projectVersion=1.2.8
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src