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

index edef943225fa8078709870eabaf97d8999856e15..946c99905c22f0223a72b561711e96c94ddaa6fa 100644 (file)
@@ -1,9 +1,14 @@
 # Changelog
 
-## [v1.2.3](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.2...v1.2.3)
+## [v1.2.4](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.3...v1.2.4)
+
+- fix: reference poolifier pool property [`4597fdc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4597fdc580a3a20384ecef821fe781a1099d733f)
+
+## [v1.2.3](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.2...v1.2.3) (2023-04-09)
 
 - 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)
+- chore: version 1.2.3 [`9d8360d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9d8360d85d76f2b36c08bb0e554cd46d26bd253c)
 - 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)
index 977cf4bfa22fd7c0a2f7162738d6e7b38175f7fe..7f8381380ac8adc2dc7e42be1cd44c3d96d6904b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.2.3",
+  "version": "1.2.4",
   "engines": {
     "node": ">=16.9.0"
   },
index 262f98d52c64b606204bb5ad20e5b73cd0618795..a1f80d86bd99a85b19b17b932a40251066419f2b 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.3
+sonar.projectVersion=1.2.4
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src