chore: version 1.2.5 v1.2.5
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 10 Apr 2023 10:15:18 +0000 (12:15 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 10 Apr 2023 10:15:18 +0000 (12:15 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 946c99905c22f0223a72b561711e96c94ddaa6fa..f7033add4c2c80def32f8c015471aff78f60ddf8 100644 (file)
@@ -1,7 +1,13 @@
 # Changelog
 
-## [v1.2.4](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.3...v1.2.4)
+## [v1.2.5](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.4...v1.2.5)
 
+- feat: add mininum value support to meterValues generation [`860ef18`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/860ef183ca94c501749d508ea70d7447ecd90f05)
+- build(deps): apply updates [`825c7c4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/825c7c420e3dd1db3952f54156c7565aee42f664)
+
+## [v1.2.4](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.3...v1.2.4) (2023-04-09)
+
+- chore: version 1.2.4 [`c51bc43`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c51bc43e325e355ce6a600b0a46854d12da8a6df)
 - 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)
index 2b1408360c2b383dd99022a8da8396b3c514ba6f..8e7305ccb5925256e8be47ee6595b543206ab951 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.2.4",
+  "version": "1.2.5",
   "engines": {
     "node": ">=16.9.0"
   },
index a1f80d86bd99a85b19b17b932a40251066419f2b..731d51e4f1023db06f8a8fd1765d974718a974c0 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.4
+sonar.projectVersion=1.2.5
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src