From 7e58df32d400be04e46ab41a78523eed53fb5bf8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 30 Sep 2022 22:16:00 +0200 Subject: [PATCH] Version 1.1.74 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a31de48..5c1cf19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,25 @@ 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.74](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.73...v1.1.74) + +- 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) +- Bump vm2 from 3.9.10 to 3.9.11 [`#192`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/192) +- Bump @typescript-eslint/parser from 5.38.0 to 5.38.1 in /src/ui/web [`#186`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/186) +- Combined PR [`#191`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/191) +- Bump @typescript-eslint/parser from 5.38.0 to 5.38.1 [`#182`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/182) +- Combined PR [`#185`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/185) +- ATG: add support for idTag distribution algorithms [`#179`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/179) +- Apply dependencies update [`a558771`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a55877102f8b37489b4337b0be361976fe17383b) +- Apply dependencies update [`556786e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/556786eeaaecd9f31d6d1e01879332791a2de1bd) +- Apply dependencies update [`24e545f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/24e545f59c47f20f55a75c84e6619195cd1421c4) + #### [v1.1.73](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.72...v1.1.73) +> 12 September 2022 + - 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) diff --git a/package-lock.json b/package-lock.json index 6be8c7b8..9a9e5af2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.73", + "version": "1.1.74", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.73", + "version": "1.1.74", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.2", diff --git a/package.json b/package.json index 332f7a58..29bca2e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.73", + "version": "1.1.74", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index cd19ee93..6189fb34 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.73 +sonar.projectVersion=1.1.74 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1