Version 1.1.39 v1.1.39
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 8 Dec 2021 15:51:32 +0000 (16:51 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 8 Dec 2021 15:51:32 +0000 (16:51 +0100)
CHANGELOG.md
package-lock.json
package.json

index be719e8ac08eb0ea2e335a27d506914a0075e203..9fcfc5f14358b175ee5f9592584555073227722c 100644 (file)
@@ -4,11 +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.39](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.38...v1.1.39)
+
+- Apply dependencies update [`860a9c5`](https://github.com/jerome-benoit/charging-stations-simulator/commit/860a9c5a7218ea46ec273499765ce77363355b6a)
+- Properly default also the performance storage enablement [`6b693c8`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6b693c8e54517152b3e9cbd519569101fdae531c)
+
 #### [v1.1.38](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.37...v1.1.38)
 
+> 7 December 2021
+
 - Apply dependencies update [`9c133fa`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9c133fad1cf5c3b8d9daf360b1432301f26cc7b2)
+- Version 1.1.38 [`868b9e5`](https://github.com/jerome-benoit/charging-stations-simulator/commit/868b9e508c8340a16ea72ad79dc645af681f5968)
 - Merge pull request #112 from jerome-benoit/fix-template [`44eeece`](https://github.com/jerome-benoit/charging-stations-simulator/commit/44eeecebb942017920da10af6596ddf608b61ddb)
-- Use camel case in more place [`100a530`](https://github.com/jerome-benoit/charging-stations-simulator/commit/100a53019b2078cddf62f7654fa57f64c797b85d)
 
 #### [v1.1.37](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.36...v1.1.37)
 
index c02785a42ecd7fbcecc23cf892476cd4d048e52c..e5975774c06f406a7217bb691f73b97b0267d497 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.38",
+  "version": "1.1.39",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.38",
+      "version": "1.1.39",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.9",
index 0f1b20d391ec5e4b747724b35a98db607fe5a117..cd95341b27f7877f5cf81d92c8013d4e1c9a61a4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.38",
+  "version": "1.1.39",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"