Release 1.0.40 v1.0.40
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 23 Aug 2021 18:25:13 +0000 (20:25 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 23 Aug 2021 18:25:13 +0000 (20:25 +0200)
CHANGELOG.md
package-lock.json
package.json

index 61b0c40cee0972771c59d49a398703a8c9f4f421..d021c59f4f0c4523b43b0a746af28bda43d4658c 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.40](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.39...v1.0.40)
+
+- Merge GH actions in one file. [`a9c0de4`](https://github.com/jerome-benoit/ev-simulator/commit/a9c0de45b398657f36ce78a0fcd7ca4339ef8a4b)
+- Cleanup: rename isWebSocketOpened to isWebSocketConnectionOpened [`d5bff45`](https://github.com/jerome-benoit/ev-simulator/commit/d5bff457459d6ca6cae1c14483f83daaf22e2907)
+- Optimize a loop in the worker related code. [`0e7a11e`](https://github.com/jerome-benoit/ev-simulator/commit/0e7a11e1621315c9b1ae42b8bb5a8078336073a1)
+
 #### [v1.0.39](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.38...v1.0.39)
 
+> 21 August 2021
+
 - Add sonarcloud to GitHub actions [`613dc1b`](https://github.com/jerome-benoit/ev-simulator/commit/613dc1b79b181fc8d14b87e452a7c51848043cd5)
+- Release 1.0.39 [`c776a2e`](https://github.com/jerome-benoit/ev-simulator/commit/c776a2e304f661117514f1f3663177f8160cb145)
 - Fix sonarcloud bugs report. [`2891f76`](https://github.com/jerome-benoit/ev-simulator/commit/2891f7616d9f39d05f5c47876e29d2dbdbe9f6a5)
-- Rename OCCP16IncomingRequestService.ts to OCPP16IncomingRequestService.ts [`e717128`](https://github.com/jerome-benoit/ev-simulator/commit/e71712800639b0aaebec9af189fdbbaa4f453b92)
 
 #### [v1.0.38](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.37...v1.0.38)
 
index a6369e033fb93316b091c2aec3f0a08b3ee8cb99..24aab851e2f10bbac4ec250ce7bb494c3fb2a240 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.39",
+  "version": "1.0.40",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 98d3b91e577171419f4a7bf3c5e9f8e4c120b583..ddd6bf4ff846ac4adc2847506472b2380f84a64d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.39",
+  "version": "1.0.40",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"