Release 1.0.32 v1.0.32
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 13 Aug 2021 18:27:59 +0000 (20:27 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 13 Aug 2021 18:27:59 +0000 (20:27 +0200)
CHANGELOG.md
package-lock.json
package.json

index 4a5fb3b92852f4749e2e7c2fdf610c8cf21ece3b..5fb0d37dda6690cb757f90fa1ed72b915810c0da 100644 (file)
@@ -4,9 +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.0.32](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.31...v1.0.32)
+
+- Cleanups: performance statistics, URI handling. [`57939a9`](https://github.com/jerome-benoit/ev-simulator/commit/57939a9da57b9ed1780ec63a2ecceaf44a107b17)
+- Add support for performance statistics for all requests sent to the OCPP [`aef1b33`](https://github.com/jerome-benoit/ev-simulator/commit/aef1b33aa631deaf5c939dc6a232ca8cc8147fc6)
+- Apply dependencies update [`6c9f025`](https://github.com/jerome-benoit/ev-simulator/commit/6c9f025b898abf3e383a5a4ff8ca9401d33028ca)
+
 #### [v1.0.31](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.30...v1.0.31)
 
+> 28 July 2021
+
 - Log a warning if a transaction id sent by the OCPP-J server is not an [`f3a6f63`](https://github.com/jerome-benoit/ev-simulator/commit/f3a6f63b4e690cecc8fdf84847a994970e12b94a)
+- Release 1.0.31 [`de5225a`](https://github.com/jerome-benoit/ev-simulator/commit/de5225a33d7b87ba256c08b6b73f68817dd8c4f2)
 
 #### [v1.0.30](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.29...v1.0.30)
 
index 5d51b64c527bf1c72670fb6cd2c58efaca7fa222..e39103920963faef8005fc7c8ae4996e23a6033e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.31",
+  "version": "1.0.32",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 6c40cb46eadb88dbf46e401b691a645a680a704e..d11591f2c115f79695237367edcd96f68d827b62 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.31",
+  "version": "1.0.32",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"