Release 1.0.52 v1.0.52
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 31 Aug 2021 15:29:27 +0000 (17:29 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 31 Aug 2021 15:29:27 +0000 (17:29 +0200)
CHANGELOG.md
package-lock.json
package.json

index fc351f383ef7905e1e1878c02eab4c64b28bb643..2181a9516497c83c1bc39eb5c6c1f1f3b82d56ed 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.52](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.51...v1.0.52)
+
+- Refine and use OCPP error specialisation [`14763b4`](https://github.com/jerome-benoit/charging-stations-simulator/commit/14763b466177d8e74d2e1925647e04e2d62ac72a)
+- Use IIFE (https://developer.mozilla.org/en-US/docs/Glossary/IIFE) for [`821c6c8`](https://github.com/jerome-benoit/charging-stations-simulator/commit/821c6c8229d6dfdc93ce917dfaad74e681e5a35c)
+- Revert wrong any type removal [`5842a02`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5842a02d275889a96eda8727a7f3d0f7e60bf357)
+
 #### [v1.0.51](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.50...v1.0.51)
 
+> 29 August 2021
+
+- Release 1.0.51 [`90d5238`](https://github.com/jerome-benoit/charging-stations-simulator/commit/90d5238769142f67a692b00e4c771664e00b8b6a)
 - 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)
index d9b974a5af0dc9fb163f88c04dfca864bb106910..dd22b78519f1a933c4a31d6a57bf2182a81d8a76 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.51",
+  "version": "1.0.52",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 8e4134e2e0eab81e3f9b24f7a1103d8d2b8b300a..01bc99a83bb22322fb9bca967861790dfa3ea606 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.51",
+  "version": "1.0.52",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"