Release 1.0.50 v1.0.50
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Aug 2021 22:53:26 +0000 (00:53 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Aug 2021 22:53:26 +0000 (00:53 +0200)
CHANGELOG.md
package-lock.json
package.json

index 4e1ffc18b3ff40cb99370b56ee5afb641737b32e..a02fd7f21f523043a77ba2238d8c54dfe0e6eab6 100644 (file)
@@ -4,10 +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.0.50](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.49...v1.0.50)
+
+- Add support for more DB engines via TypeORM [`c27c3ee`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c27c3eeea356b0692bef2327bb59aa99f9cbad8d)
+- Move worker message handler to the options argument [`ffd71f2`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ffd71f2c31025fcec6d5a95e1fba5d32c6d28e5b)
+
 #### [v1.0.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.48...v1.0.49)
 
+> 28 August 2021
+
 - Add MongDB support to storage for performance records. [`2a37005`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2a370053f45f2d58e90ab7b292294c521a262ca1)
 - Refine console ouput colorization [`e4362ed`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e4362ed76fe7b256b3f7a6ada2b92e53be8ab09f)
+- Release 1.0.49 [`3ca0315`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3ca0315df63d5f5ded28d8eee3c2acfc01695527)
 
 #### [v1.0.48](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.47...v1.0.48)
 
index 9b48231d5047cf29a76ac22a9c932c6793b6c25a..54efe9e720f65d85b92616286db5439fc6fe0c49 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.49",
+  "version": "1.0.50",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 6fe9af66f9c02894efb35a88f2b2360be0931bdb..018fb963d21c9feb2820da8663bb0b1863a852d1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.49",
+  "version": "1.0.50",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"