Version 1.1.47 v1.1.47
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Feb 2022 18:58:34 +0000 (19:58 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Feb 2022 18:58:34 +0000 (19:58 +0100)
CHANGELOG.md
package-lock.json
package.json

index 4be2b35ea0c2baeffaa1bc4acf37894522c67221..f126aafcb820a8ee494396ea540fd60f11336da5 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.47](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.46...v1.1.47)
+
+- Add occpStrictCompliance template tunable [`672fed6`](https://github.com/jerome-benoit/charging-stations-simulator/commit/672fed6e70e94e37ba8db689d8517f42ae0f4477)
+- 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)
 
+> 8 February 2022
+
 - Apply dependencies update [`d29de7b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d29de7b8144ef6be6c0c2bd2f5db3893fd178942)
+- Version 1.1.46 [`148bb67`](https://github.com/jerome-benoit/charging-stations-simulator/commit/148bb67bfdd5c84d12f1fd895b98e4f4f698faa9)
 - Relax OCPP commands acceptance while the charging station is in unknown [`5328366`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5328366132d84ad844f92b2b8fc13e4418b10f5c)
-- Silence one code smell [`35efcc3`](https://github.com/jerome-benoit/charging-stations-simulator/commit/35efcc3a2921eebb5bcb1c00b95f656e1b777058)
 
 #### [v1.1.45](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.44...v1.1.45)
 
index 4571b63e2f5ba4dfecc021338119ba6887b08564..546503703fa317d2b7423ff978c23c75a376a106 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.46",
+  "version": "1.1.47",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.46",
+      "version": "1.1.47",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.10",
index 7e3bf7819070c5b27ab7799be1167298594688b8..f63198f29f153b7d344ca1a7f03f8c73c2e4bc8d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.46",
+  "version": "1.1.47",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"