From: Jérôme Benoit Date: Fri, 7 Apr 2023 21:47:46 +0000 (+0200) Subject: chore: version 1.2.2 X-Git-Tag: v1.2.2^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=68d17e0dddf496c2cc6aecda6d350e2e1bde0fbd;p=e-mobility-charging-stations-simulator.git chore: version 1.2.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f93279d2..7747b323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Changelog -## [v1.2.1](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.0...v1.2.1) +## [v1.2.2](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.1...v1.2.2) + +- build(deps): apply updates [`1ec93f5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1ec93f5cf771fbc548cdfdc0ef64c3f378d07c89) + +## [v1.2.1](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.0...v1.2.1) (2023-04-07) - build(deps-dev): apply updates [`e88cc46`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e88cc460a4a2f66b9b1276413cb1d20463b672e2) - build(deps): apply updates [`89787c9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/89787c9952082d0f86ce0ac4207dde4f67b42752) - build(deps): apply updates [`62e69a6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/62e69a6bd0e8386d9a0264621af7f9ed7d2abc28) - refactor(simulator): use helper for undefined or null checks [`9bb1159`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9bb1159e3a17ace0e8502e7c4e727219a2b033f2) +- chore: version 1.2.1 [`09ae1fb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/09ae1fb2ee859a4ab47f742962b0403416c70672) - build(deps): apply updates [`9d46a35`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9d46a358811e3b3b8da407a045ea733cf70e04dd) - build: refine editorconfig [`a05aac0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a05aac035bd2d168b634fdd3246faa3f3be3dd7f) diff --git a/package.json b/package.json index 59e221bf..941a47c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.1", + "version": "1.2.2", "engines": { "node": ">=16.9.0" }, diff --git a/sonar-project.properties b/sonar-project.properties index a43ef7bc..c20d7ef6 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.1 +sonar.projectVersion=1.2.2 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src