From cdf7b4197063e2e802ca1b7f267d877a5b3e2f04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 10 Jun 2022 23:51:33 +0200 Subject: [PATCH] Version 1.1.62 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da220471..d0151b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ 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.62](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.61...v1.1.62) + +- Apply dependencies update [`26545e1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/26545e12a5f52033d5ed9a59267d4ba9e75ea1ff) +- Update @mikro-orm packages to 5.2.0 [`cbb2b26`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cbb2b2618b260b5d22e59eb6e5dcfc0e6d86fc80) +- Add a shared cache per worker for authorized tags [`9d7484a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9d7484a4667898757b7c23be3dec7458c337cb84) + #### [v1.1.61](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.60...v1.1.61) +> 7 June 2022 + - Untangle charging station info from charging station template data [`#222`](https://github.com/jerome-benoit/emobility-charging-stations-simulator/issues/222) - Apply dependencies update [`6439c85`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6439c85a78e4637513e4997160f218279c21a9e3) - Add a shared LRU cache per worker [`7c72977`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7c72977bb3400f474c8641fc91d9f54fba25cb64) -- Apply dependencies update [`2820900`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2820900f6eb56e178fda80e6ed7eaaa8103cf0d3) +- Version 1.1.61 [`1885542`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/188554272270c2f86cf31a2fcc20b175f32e1edd) #### [v1.1.60](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.59...v1.1.60) diff --git a/package-lock.json b/package-lock.json index f17f43e8..5c9aa8ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.61", + "version": "1.1.62", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.61", + "version": "1.1.62", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.2.0", diff --git a/package.json b/package.json index 33900727..26aac7f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.61", + "version": "1.1.62", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index d948bae0..886e0fcd 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.61 +sonar.projectVersion=1.1.62 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1