Release 1.0.55 v1.0.55
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 5 Sep 2021 17:50:44 +0000 (19:50 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 5 Sep 2021 17:50:44 +0000 (19:50 +0200)
CHANGELOG.md
package-lock.json
package.json

index 6dcb2efbb40ed01e6f12813c22daeaee72183ac9..0714d871256a3371956a8a2f94df00197edf3f4e 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.0.55](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.54...v1.0.55)
+
+- 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)
+
 #### [v1.0.54](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.53...v1.0.54)
 
+> 2 September 2021
+
 - Improve OCPP error handling, fix performance storage default file path [`a6b3c6c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a6b3c6c313f1c0314a1445ed630cac85edf55b2c)
 - Throw an error in the template does not have default required mesurand [`de96aca`](https://github.com/jerome-benoit/charging-stations-simulator/commit/de96acad9df699ff34f25e32ba616ef5c09ff124)
-- Fix OCPPError command attribute affectation [`9292e32`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9292e32a92f3ef63ee5a3cf86dc497b8acae5d2d)
+- Release 1.0.54 [`ca79035`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ca79035afa125dd2c39a863e29f244e9466ae98e)
 
 #### [v1.0.53](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.52...v1.0.53)
 
index dacae7fc41b3fea2c6b0af43e580ee9f20448272..1b52023bef6066af3ee8797f817666dc969ab965 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.54",
+  "version": "1.0.55",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 327762e5e6c2bf3a3c9b5b207c20d95e9be32098..ea76e0f535d93408ae91db3d642c3bc1a145489a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.54",
+  "version": "1.0.55",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"