Release 1.0.56 v1.0.56
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 12 Sep 2021 08:53:22 +0000 (10:53 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 12 Sep 2021 08:53:22 +0000 (10:53 +0200)
CHANGELOG.md
package-lock.json
package.json

index 0714d871256a3371956a8a2f94df00197edf3f4e..ec381d307c1edb60e2a93e412c3737906a57c179 100644 (file)
@@ -4,8 +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.56](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.55...v1.0.56)
+
+- Create CODE_OF_CONDUCT.md [`#30`](https://github.com/jerome-benoit/charging-stations-simulator/pull/30)
+- Use nullish coalescing in OCPP stack [`5e5a3ab`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5e5a3ab74af7dde544b51b7ef368b593bb957ed6)
+- Cleanup configuration files watching code [`3ec1073`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3ec1073715e995f84b1e2fbb147f85a6c7dc8264)
+- Use a Map to cache OCPP requests in use [`16b0d4e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/16b0d4e77d20b5f7004469f2206a0af1ee8984a5)
+
 #### [v1.0.55](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.54...v1.0.55)
 
+> 5 September 2021
+
 - Switch rollup bundler TS plugin to rollup-plugin-ts [`ae8ee66`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ae8ee665e864460d582b7f6d501b25225a1d7a4c)
 - Add support for OCPP 1.6 TriggerMessage command [`802cfa1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/802cfa135dad14f8b15401685c3429395cb3e6e1)
 - Cleanup MikroORM configuration code for performance storage [`d560391`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d5603918a8ea990f7dcc11b612dea931aa084fdc)
index a7e37489eb4e52aeaae93ea32c013379099e833b..35ed5243f12148240319ee4b88f4ecd2e619f13c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.55",
+  "version": "1.0.56",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 4f5aaa42e200c5a59f8fe4fa6b7ff63d8e043d80..38746da11a832c17bb2eb308ba12c741d35d4d02 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.55",
+  "version": "1.0.56",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"