chore: version 1.2.9 v1.2.9
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 22:06:33 +0000 (00:06 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 22:06:33 +0000 (00:06 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 444c918912f1c1dfce3de61a1f77091965ed0090..a084932b31f63b7a1283429a4751379c74d9b78a 100644 (file)
@@ -1,9 +1,15 @@
 # Changelog
 
-## [v1.2.8](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.7...v1.2.8)
+## [v1.2.9](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.8...v1.2.9)
+
+- perf: properly bound methods in hot paths [`31f59c6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/31f59c6d2def2ab2b53240c1d3d35333ac00933b)
+- build(deps): apply updates [`14f7192`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/14f71926025d0b646f5dd3a6b40478c019b8030c)
+
+## [v1.2.8](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.7...v1.2.8) (2023-04-15)
 
 - 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)
+- chore: version 1.2.8 [`9255768`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9255768d8252814cd794b7c7167b88ead912e990)
 - 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)
 
index 3ea9af11da89ae2c606a96ea14d5ff8c77ff8145..1758ab970ea9e5ee2727991f5701b713a356585d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.2.8",
+  "version": "1.2.9",
   "engines": {
     "node": ">=16.9.0"
   },
index 321fbefecb0c7fc0181f28113e62dabbee7b9710..9fb9edf00b1f2a0ffa81e2b921c8531e9564e221 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.8
+sonar.projectVersion=1.2.9
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src