chore: version 1.2.3 v1.2.3
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Apr 2023 13:05:08 +0000 (15:05 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Apr 2023 13:05:08 +0000 (15:05 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 7747b323321e95265db71a75aacd6fbe55b0ef18..edef943225fa8078709870eabaf97d8999856e15 100644 (file)
@@ -1,8 +1,15 @@
 # Changelog
 
-## [v1.2.2](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.1...v1.2.2)
+## [v1.2.3](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.2...v1.2.3)
+
+- build(deps-dev): apply updates [`a7bb184`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a7bb184512dd064b5da4dc125d652b6b40ceffee)
+- build(deps): apply updates [`2beeb6d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2beeb6d98a5749ce94666482783a6034b7b5430d)
+- fix: strict number check [`260f9dc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/260f9dcc04f0680f7ef3f01d859a1f2fa748c07c)
+
+## [v1.2.2](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.1...v1.2.2) (2023-04-07)
 
 - build(deps): apply updates [`1ec93f5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1ec93f5cf771fbc548cdfdc0ef64c3f378d07c89)
+- chore: version 1.2.2 [`68d17e0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/68d17e0dddf496c2cc6aecda6d350e2e1bde0fbd)
 
 ## [v1.2.1](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.0...v1.2.1) (2023-04-07)
 
index df100970cd52e4454df565e8d6936c2ac95be39a..977cf4bfa22fd7c0a2f7162738d6e7b38175f7fe 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.2.2",
+  "version": "1.2.3",
   "engines": {
     "node": ">=16.9.0"
   },
index c20d7ef624fc6c22ee27c588c9599fc8613b8a90..262f98d52c64b606204bb5ad20e5b73cd0618795 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.2
+sonar.projectVersion=1.2.3
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src