From 26e2ca28b22eacf26df02c08ba9d8f14adf1f35b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 4 Sep 2022 22:23:01 +0200 Subject: [PATCH] Version 1.1.70 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00136b03..dcf80ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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.70](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.69...v1.1.70) + +- Bump basic-ftp from 5.0.1 to 5.0.2 [`#162`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/162) +- Bump moment-timezone from 0.5.34 to 0.5.37 [`#160`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/160) +- UI Protocol: Expose ATG status and use array for all list [`5e3cb72`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5e3cb7281de2b6fa8b61a453f964c2f213fefa80) +- UI services: update Insomnia requests collection for basic auth [`8247d31`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8247d31d74c8fe32a8dce57f8abb78ad11bbe4f5) +- Apply dependencies update [`9240394`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/92403944ed5cdbdd07faaa2da783682e1ea9a9dd) + #### [v1.1.69](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.68...v1.1.69) +> 31 August 2022 + - Apply dependencies update [`d5d82f2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d5d82f2f020d069649b07072b704ed21cfef5a73) - Add initial support to start/stop ATG with the UI services [`4f69be0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4f69be046f99592d0cc9c190aa8957f7eff1c936) - Apply dependencies update [`072adc8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/072adc845049e301277c8caa3a728a068b476097) diff --git a/package-lock.json b/package-lock.json index b66efc39..50969055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.69", + "version": "1.1.70", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.69", + "version": "1.1.70", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.0", diff --git a/package.json b/package.json index 5da81d89..9fbf999a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.69", + "version": "1.1.70", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index f61fd027..433dfb38 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.69 +sonar.projectVersion=1.1.70 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1