Version 1.1.60 v1.1.60
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 May 2022 14:19:07 +0000 (16:19 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 May 2022 14:19:07 +0000 (16:19 +0200)
CHANGELOG.md
package-lock.json
package.json

index 5d02aa7eebf366b33c1637f958894450cdc8dc4d..3b3246a6bc32c7611e0ef3778e0ac3952e618acf 100644 (file)
@@ -4,12 +4,20 @@ 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.60](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.59...v1.1.60)
+
+- Reduce charging station instance memory footprint [`17ac262`](https://github.com/jerome-benoit/charging-stations-simulator/commit/17ac262c08a637a9aef23c350176bf476ad212ef)
+- Untangle ChargingStation class from OCPP services classes [`08f130a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/08f130a055123f5e47c59e1a64875f8cff44d020)
+- Apply dependencies update [`67eb544`](https://github.com/jerome-benoit/charging-stations-simulator/commit/67eb544324cd655b9dca3cfd9fa854789d7c5924)
+
 #### [v1.1.59](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.58...v1.1.59)
 
+> 8 May 2022
+
 - UI server: fix empty list response to LIST_CHARGING_STATIONS [`#214`](https://github.com/jerome-benoit/charging-stations-simulator/pull/214)
-- Apply dependencies update [`7af4dc6`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7af4dc63b6ded41ee733f7ab3f1e53ec45c50c1c)
-- Merge pull request #232 from jerome-benoit/feature/fluctuated-metervalues-limit [`4be9849`](https://github.com/jerome-benoit/charging-stations-simulator/commit/4be984941dac8bf0e6201a960e0e048ad4e9edee)
 - Apply dependencies update [`7f61131`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7f61131f2121e49a7dd76334f2c30dde283b94e0)
+- Apply dependencies update [`aba9519`](https://github.com/jerome-benoit/charging-stations-simulator/commit/aba951962d274e1a2ebbdcfc87555ae226e90a72)
+- Apply dependencies update [`93f4776`](https://github.com/jerome-benoit/charging-stations-simulator/commit/93f47769cf7c5b4de69da31dae0735c7d6b3ab06)
 
 #### [v1.1.58](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.57...v1.1.58)
 
index f15f7f5cbebc1e4dd1f4171e24fd89b0a2ecd391..128afe67c430cfc8cb8dc2d23d215f8cdcdb377e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.59",
+  "version": "1.1.60",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
index 5fec10beda47adbaa277764ae19d34936987b5ee..e97aedc0d5e3d5e68e1d1fc4ca40f4e103fef4be 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.59",
+  "version": "1.1.60",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"