Release 1.0.35 v1.0.35
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Aug 2021 11:47:45 +0000 (13:47 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Aug 2021 11:47:45 +0000 (13:47 +0200)
CHANGELOG.md
package-lock.json
package.json

index 1db83cd582426a6cd01882e944db0e6e089077a8..e99498f575850b671fb329d8d107fa7869a80474 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.0.35](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.34...v1.0.35)
+
+- Apply security dependencies update. [`6c5fc6c`](https://github.com/jerome-benoit/ev-simulator/commit/6c5fc6c3595e93bf42e5002385a3cd0399ed6aa8)
+- Apply dependencies update. [`62cfe9f`](https://github.com/jerome-benoit/ev-simulator/commit/62cfe9f65077aaf50438f1c487a62a447d3ec299)
+- Add 95th percentile to performance statistics [`b49422c`](https://github.com/jerome-benoit/ev-simulator/commit/b49422c609edeff25577c1350f3bd2410bdd3b07)
+
 #### [v1.0.34](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.33...v1.0.34)
 
+> 14 August 2021
+
 - Fix performance statistics handling at charging station template reload [`087a502`](https://github.com/jerome-benoit/ev-simulator/commit/087a502dd0b03aa2107ebd6355062397e86d5e7f)
+- Release 1.0.34 [`8e3ffcc`](https://github.com/jerome-benoit/ev-simulator/commit/8e3ffccaafbe25bab04776ff10e8c6b2f5751062)
 - Fix error handling of incoming OCPP request [`e64c092`](https://github.com/jerome-benoit/ev-simulator/commit/e64c092349ce9744ed017cfa757dc0b86bff5fd5)
-- Change OCPP classes methods scope to protected [`c7f95d1`](https://github.com/jerome-benoit/ev-simulator/commit/c7f95d1604f9d7b10b3f7b82912eb8a2b1d24bc1)
 
 #### [v1.0.33](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.32...v1.0.33)
 
index d8f6a599420fc14ad36878272dbeb58389aac36e..792be5fb89146687e7674cc6e66d3201712730f7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.34",
+  "version": "1.0.35",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index b9aff04ebee17a94d2d07bbb0672f262e303df66..2f9ae7a4a4d16779b5f991b8f732cff6655e3522 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.34",
+  "version": "1.0.35",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"