Version 1.1.75 v1.1.75
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Oct 2022 11:34:46 +0000 (13:34 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Oct 2022 11:34:46 +0000 (13:34 +0200)
CHANGELOG.md
package-lock.json
package.json
sonar-project.properties

index 5c1cf19df2dbea30423fae904001f6bbe6b0cb99..a0d272268f18d92a31397db75db3478f8f8937c6 100644 (file)
@@ -4,8 +4,17 @@ 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.75](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.74...v1.1.75)
+
+- Run ATG as an AsyncResource [`#53`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/53)
+- Apply dependencies update [`8984c54`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8984c5427bae00873260b867d6b441726b6532c3)
+- Cleanup shared helpers structure [`ed3d280`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ed3d28080b6597ba2f728d625e34ce05aea49d06)
+- OCPP: separate 1.6 code from global one [`884a6fd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/884a6fdf01f5afe1185c330ded18fc64cc0a3075)
+
 #### [v1.1.74](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.73...v1.1.74)
 
+> 30 September 2022
+
 - Bump expect from 29.1.0 to 29.1.2 [`#199`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/199)
 - Bump @vue/test-utils from 2.0.2 to 2.1.0 in /src/ui/web [`#198`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/198)
 - Combined PR [`#197`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/197)
index 05e1b82dad38bd092a65316c3f00f5a39c89bd05..4d3cb99b6e313c652abdd53f80477f9f04aa1117 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.74",
+  "version": "1.1.75",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "e-mobility-charging-stations-simulator",
-      "version": "1.1.74",
+      "version": "1.1.75",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^5.4.2",
index e5d6e4666f35379a3e2f2ce10fb50854ec7a1bfc..e7d405b56ceeae66a25e1d3bb3e9284a714180f4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.74",
+  "version": "1.1.75",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"
index 6189fb34be8cea6221c6065945489fb7d70cf711..bb3914fe7979afcfddf71996fd43f0bd79bc275d 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.74
+sonar.projectVersion=1.1.75
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 #sonar.sources=.