Version 1.1.48 v1.1.48
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 24 Feb 2022 16:03:35 +0000 (17:03 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 24 Feb 2022 16:03:35 +0000 (17:03 +0100)
CHANGELOG.md
package-lock.json
package.json

index f126aafcb820a8ee494396ea540fd60f11336da5..c396d946ef9cd8e7f92e70b54ab0d8db6d663263 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.48](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.47...v1.1.48)
+
+- Enforce singleton design pattern for the logger [`bc464bb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bc464bb1fb95c50a14b25478d35be76b7d8e5498)
+- Refactor OCPP requests sending helpers [`5e0c67e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5e0c67e8a137c2c9cf73b49ae2837c469d7b4af5)
+- Ensure 1:1 mapping between charging station instance and its OCPP services [`9f2e313`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9f2e313013116428f5bce2be59e2f5c07502c026)
+
 #### [v1.1.47](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.46...v1.1.47)
 
+> 10 February 2022
+
 - Add occpStrictCompliance template tunable [`672fed6`](https://github.com/jerome-benoit/charging-stations-simulator/commit/672fed6e70e94e37ba8db689d8517f42ae0f4477)
+- Version 1.1.47 [`fbe2891`](https://github.com/jerome-benoit/charging-stations-simulator/commit/fbe2891fa687e54f754f891996d4da837b272e03)
 - Simplify some code logic [`6114e6f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6114e6f11b3fb12439d464e142fdf93866982b6c)
-- Reorder JsonType declarations [`a6243c3`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a6243c35f4df13144b5e56474ed7e93e4096ecc2)
 
 #### [v1.1.46](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.45...v1.1.46)
 
index 986d797e14b100bd25fa82e3d07e62b490609455..3b4061c00faac306f8d0518986af53620da9f6ef 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.47",
+  "version": "1.1.48",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.47",
+      "version": "1.1.48",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index 261eede60bc14ed6b6a7a25a5c055cb8022c2f85..9cf9c53d48b02196e1ab0a46c27909ae2a3ab70e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.47",
+  "version": "1.1.48",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"