Version 1.1.51 v1.1.51
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 5 Mar 2022 12:38:59 +0000 (13:38 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 5 Mar 2022 12:38:59 +0000 (13:38 +0100)
CHANGELOG.md
package-lock.json
package.json

index 9d2c6968b0c5c208428f9396af5662302f741842..b76dbf1e74f67992fc8bcb45fc9b77684014adb8 100644 (file)
@@ -4,11 +4,19 @@ 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.51](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.50...v1.1.51)
+
+- Apply prettier formating [`e7aeea1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e7aeea18e189dd087c8f951cf77a253e2818ae90)
+- Add pre-commit hook to format files properly [`c28d8ad`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c28d8adf214c89a5fbb33e3cd5858d05679874fe)
+- Fix eslint and prettier configuration [`1006808`](https://github.com/jerome-benoit/charging-stations-simulator/commit/100680888f3b49453ddb4081988a480ee3030d07)
+
 #### [v1.1.50](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.49...v1.1.50)
 
+> 4 March 2022
+
 - Fix workerSet startup [`d070d96`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d070d967782492d71c5716d2560177531f826f53)
+- Version 1.1.50 [`f902e1c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f902e1c441c6751f885e39bc5aa23721a102f424)
 - Fix workerSet linear ramp up at startup [`36367c3`](https://github.com/jerome-benoit/charging-stations-simulator/commit/36367c31509f7b23c5788ecf6c84ad9be3734c73)
-- Enhance default value for worker options handling [`5767874`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5767874516784070db4445321b5212ad7e5a84b4)
 
 #### [v1.1.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.48...v1.1.49)
 
index 7736d7814928d79a6c82d71678b0063f579a13c5..01ecc55d1aa56b5a180b0e653dae6f50ce97b77a 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.50",
+  "version": "1.1.51",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.50",
+      "version": "1.1.51",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index 61cac5f67ad1d7747b40d278103276768aa5fc5a..3f10b229a04636314f3502c25cd1503c54bca10b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.50",
+  "version": "1.1.51",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"