From b5eb06976444ee9bbd3060ac85a4c9bfba27cbc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 3 Oct 2022 13:34:46 +0200 Subject: [PATCH] Version 1.1.75 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1cf19d..a0d27226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 05e1b82d..4d3cb99b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e5d6e466..e7d405b5 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/sonar-project.properties b/sonar-project.properties index 6189fb34..bb3914fe 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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=. -- 2.34.1