From: Jérôme Benoit Date: Tue, 9 May 2023 12:57:37 +0000 (+0200) Subject: chore: version 1.2.13 X-Git-Tag: v1.2.13^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=dcc4de1f3c9976bab1effdcaf9773a8e2c4189e9;p=e-mobility-charging-stations-simulator.git chore: version 1.2.13 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 451dd4b2..de239ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## [v1.2.12](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.11...v1.2.12) +## [v1.2.13](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.12...v1.2.13) + +- build(deps-dev): apply updates [`0ba5eb0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0ba5eb067fbfa32d452aa2822c09796ab715b0aa) +- build(deps-dev): apply updates [`5c683c7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5c683c7aa53c2ec006ac6da87066354590648eb0) +- fix: move and fix statistic related helpers implementation [`d4c3e68`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d4c3e68a1a6321f2f43ef0521e121e827f3eb29b) +- test: improve statistic helpers tests [`806fe29`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/806fe296b3050d3b70adf95b8ac837568efd2d13) +- refactor: cleanup variables namespace [`791cd51`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/791cd51356f38b482d8289e2ab50603aaaadb0af) +- refactor: align statistic helpers return for empty data set [`6606a6f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6606a6f04d159ccd068b05db0e0ef6bf48523517) +- refactor: cleanup statistic helpers code [`637942e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/637942ee11115a833f48e24634d0014ebe5b9a8c) +- perf: optimize median computation [`efc4c68`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/efc4c685062073ac9eddecabb10910fa6d09b438) +- docs: add GitHub CI badge to README.md [`0934374`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0934374b997cc93f85fec9c3ebffcfe165a11ebe) + +## [v1.2.12](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.11...v1.2.12) (2023-05-08) - build(ui): switch to vite [`01ff423`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/01ff4231d1a1640acdf12c0f2819f0c49456b218) - build(deps): apply updates [`aa8ac1b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aa8ac1ba7512816fa5aa7f4c1fca830e1d6efb83) @@ -28,6 +40,7 @@ - build(deps-dev): apply updates [`10cfbb7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/10cfbb75fff77dc38f3c221c01a41a0465226f86) - build(deps-dev): apply updates [`e0b511d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e0b511d96c6faffb08fb9c44365693a0ea3134af) - build(deps-dev): apply updates [`d1ba84b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d1ba84bfdc7838f63773fb4d6531f8dbb878ee77) +- chore: version 1.2.12 [`af16bc7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/af16bc71cae1d064eb8e3bcf0271df2f3518d48d) - feat: add initial support for evse definition in template [`2585c6e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2585c6e94e3d900bf7ecca428299df1e649252db) - build: untangle ui and simulator code linting and formatting [`69fec74`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/69fec746d21d456e81e553d0a90de9892fcd02fc) - refactor: factor out template file check [`8a133cc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8a133cc8eea914f56bb8e00aecd9d9954414cce6) diff --git a/package.json b/package.json index f6715f36..28db3fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.12", + "version": "1.2.13", "engines": { "node": ">=16.9.0", "pnpm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 86ef1736..fc7665b4 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.12 +sonar.projectVersion=1.2.13 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src