Release 1.0.41 v1.0.41
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 23 Aug 2021 21:24:26 +0000 (23:24 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 23 Aug 2021 21:24:26 +0000 (23:24 +0200)
CHANGELOG.md
package-lock.json
package.json

index d021c59f4f0c4523b43b0a746af28bda43d4658c..94fcaed2d57cf327722f734dca8246ad4eba3ea8 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.41](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.40...v1.0.41)
+
+- Bump rollup from 2.56.2 to 2.56.3 [`#8`](https://github.com/jerome-benoit/ev-simulator/pull/8)
+- Use singleton design pattern directly in the worker object factory [`8df3f0a`](https://github.com/jerome-benoit/ev-simulator/commit/8df3f0a9d9fb9796c093a0e040b13dca8aaa3234)
+- Bump @typescript-eslint to 4.29.3 [`f2d909b`](https://github.com/jerome-benoit/ev-simulator/commit/f2d909bbc78a4767dc28fb40e0137dce673f4de8)
+
 #### [v1.0.40](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.39...v1.0.40)
 
+> 23 August 2021
+
 - Merge GH actions in one file. [`a9c0de4`](https://github.com/jerome-benoit/ev-simulator/commit/a9c0de45b398657f36ce78a0fcd7ca4339ef8a4b)
+- Release 1.0.40 [`84d7b12`](https://github.com/jerome-benoit/ev-simulator/commit/84d7b12e4d00a01aafa6fcb02fa1e7f6a439d403)
 - 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)
 
index a23f89e3922d7e8cf503c32cf1e97a120edcaceb..b8b24c554e8d0c8d597ce36e57c4ab0106d4cb98 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.40",
+  "version": "1.0.41",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 750e0a56d125e4d36922a4161c2615f16db1589b..79673562b453e32f396ac1f210261c3bc73c6440 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.40",
+  "version": "1.0.41",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"