Version 1.1.25 v1.1.25
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 5 Oct 2021 13:38:07 +0000 (15:38 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 5 Oct 2021 13:38:07 +0000 (15:38 +0200)
CHANGELOG.md
package-lock.json
package.json

index 153dba02abe4274d1c88abbb1fd8d9a5e9ba5915..6c08d7139871f1448da73d3be156679402d3bf39 100644 (file)
@@ -4,11 +4,18 @@ 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.25](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.24...v1.1.25)
+
+- Apply depenencies update [`0489b5c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0489b5c8f32c870892e22705a1ceef3cbad6676a)
+- Fix energy calculation in metervalues [`32618c7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/32618c7187a3ff23f04c955b1bc8ba4ca043a931)
+
 #### [v1.1.24](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.23...v1.1.24)
 
+> 4 October 2021
+
 - Convert OCPP message buffer to a Set [`8e24227`](https://github.com/jerome-benoit/charging-stations-simulator/commit/8e24227340572ec9f086d966c079ead58cc60ef5)
 - Fix OCPP message sending timeout handling code [`6d9abcc`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6d9abcc2b7b384773348c64bf0f7fc4dc5aad061)
-- Mark some attributes readonly [`f2bf994`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f2bf9948496c724976a2e05d2f20cb17700373ec)
+- Version 1.1.24 [`06837df`](https://github.com/jerome-benoit/charging-stations-simulator/commit/06837dfc0d84f1b4f57e89d380760d73b921ca36)
 
 #### [v1.1.23](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.22...v1.1.23)
 
index 97db0d110514a8db19bc07a3edfddbf4c9d7bc64..d4c1f25b807fda9a91a50677ac13fa077728c928 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.24",
+  "version": "1.1.25",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 4b037ae0de1dceea2ccf077214534d482d084762..998f6a23a19bccf1b9ddf45e1d31dbaf4d765488 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.24",
+  "version": "1.1.25",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"