Version 1.1.73 v1.1.73
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 12 Sep 2022 21:29:16 +0000 (23:29 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 12 Sep 2022 21:29:16 +0000 (23:29 +0200)
CHANGELOG.md
package-lock.json
package.json
sonar-project.properties

index d418c996bf2f941daa8865f47e1fd324952c1f13..5a31de48804fc4fa11f89d92030b6c65cbf87f71 100644 (file)
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
 
 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
 
+#### [v1.1.73](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.72...v1.1.73)
+
+- Apply dependencies update [`1246ce6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1246ce6976ef945cd842ef6d4eabdf0b3d2f801b)
+- More strict boolean checks [`0638ddd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0638ddd26038a2a45707bc3d43460f09bd95701b)
+- Guart against duplicate CS start/stop, take 2 [`0d8852a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0d8852a590c91d7d24509d6c24defe4e56004f9c)
+
 #### [v1.1.72](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.71...v1.1.72)
 
+> 9 September 2022
+
 - Apply dependencies update [`d273692`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d273692c3ddee7eb01353e032304762a993c33e2)
 - UI Server: Improve error handling [`976d11e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/976d11ec6d2d38a5a82440de79f059638e28cdbd)
 - Apply dependencies update [`eb5ac88`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eb5ac884f919755e11c78e5c2fdc51bf7b0983c0)
index 1f0040aff19ca06b2b71af7de0dab08bd5612894..f55be99fa877559668038ccb22234744cc936fcf 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.72",
+  "version": "1.1.73",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "e-mobility-charging-stations-simulator",
-      "version": "1.1.72",
+      "version": "1.1.73",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^5.4.1",
index 98f9eb69add87d4359df7c63a70a4d0de7b56d7b..37d1ee80e7e18988e66341c1e9ea5cd295781839 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.72",
+  "version": "1.1.73",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"
index ef81342fa6cd37050b713333c5715648f46f970f..cd19ee931e5e249a5a7b8f434292b2c7dd7f9b06 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.1.72
+sonar.projectVersion=1.1.73
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 #sonar.sources=.