From: Jérôme Benoit Date: Mon, 23 Aug 2021 18:25:13 +0000 (+0200) Subject: Release 1.0.40 X-Git-Tag: v1.0.40^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=84d7b12e4d00a01aafa6fcb02fa1e7f6a439d403;p=e-mobility-charging-stations-simulator.git Release 1.0.40 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b0c40c..d021c59f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index a6369e03..24aab851 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.39", + "version": "1.0.40", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98d3b91e..ddd6bf4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.39", + "version": "1.0.40", "engines": { "node": "14.x.x", "npm": "6.x.x"