Version 1.1.62 v1.1.62
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 10 Jun 2022 21:51:33 +0000 (23:51 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 10 Jun 2022 21:51:33 +0000 (23:51 +0200)
CHANGELOG.md
package-lock.json
package.json
sonar-project.properties

index da220471c5d3a941acf96578f942f5fc5d2edc4d..d0151b21a21f80ecd82430942ba4a0e2dfb4d7de 100644 (file)
@@ -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)
 
index f17f43e830f2650a41aa142ee430b46885435305..5c9aa8ec2116190e1c5558f9c5f04525c650663a 100644 (file)
@@ -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",
index 3390072701c2f30f31c018cfe0d219f40eba38aa..26aac7f8ff39b14a213e2384c510e67cbf4415f6 100644 (file)
@@ -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"
index d948bae0a328e49ef6e7a71085e0b4ff468f526a..886e0fcd4fa996d6b2beacc53033bb17bdd73735 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.61
+sonar.projectVersion=1.1.62
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 #sonar.sources=.