Release 1.0.51 v1.0.51
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 29 Aug 2021 12:59:54 +0000 (14:59 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 29 Aug 2021 12:59:54 +0000 (14:59 +0200)
CHANGELOG.md
package-lock.json
package.json

index a02fd7f21f523043a77ba2238d8c54dfe0e6eab6..fc351f383ef7905e1e1878c02eab4c64b28bb643 100644 (file)
@@ -4,10 +4,17 @@ 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.51](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.50...v1.0.51)
+
+- Add support for performance storage on worker pool [`b55c911`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b55c9112fb601a6b8d744ecbf7126ac6c97b8188)
+
 #### [v1.0.50](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.49...v1.0.50)
 
+> 29 August 2021
+
 - 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)
+- Release 1.0.50 [`f3b8fc7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f3b8fc7dc7ade24944093b26e66d283e52ab2169)
 
 #### [v1.0.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.48...v1.0.49)
 
index d370896dc4eb720006a2fc9dcd121dc2d3b0f5cb..d9b974a5af0dc9fb163f88c04dfca864bb106910 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.50",
+  "version": "1.0.51",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 88d41d82afc2cc4e293e19b6d4ead49c6d8a03fc..8e4134e2e0eab81e3f9b24f7a1103d8d2b8b300a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.50",
+  "version": "1.0.51",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"