Release 1.0.42 v1.0.42
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 23 Aug 2021 22:26:12 +0000 (00:26 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 23 Aug 2021 22:26:12 +0000 (00:26 +0200)
CHANGELOG.md
package-lock.json
package.json

index 94fcaed2d57cf327722f734dca8246ad4eba3ea8..4bb965f6c1cc353d360eeb7737128d4b1d07558b 100644 (file)
@@ -4,11 +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.42](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.41...v1.0.42)
+
+- Do not enforce the singleton design pattern in the worker object factory [`535aaa2`](https://github.com/jerome-benoit/ev-simulator/commit/535aaa2703cd3ecaf57de713ffd5c685e2e68fb3)
+
 #### [v1.0.41](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.40...v1.0.41)
 
+> 23 August 2021
+
 - 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)
+- Release 1.0.41 [`0355173`](https://github.com/jerome-benoit/ev-simulator/commit/03551737d706ec2e6c87d69ffd2b8aa253fdff98)
 
 #### [v1.0.40](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.39...v1.0.40)
 
index b8b24c554e8d0c8d597ce36e57c4ab0106d4cb98..36735fc72374188d78d4774186aeee3c97ec821e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.41",
+  "version": "1.0.42",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 79673562b453e32f396ac1f210261c3bc73c6440..d12b10592072268cf6aca388ad128c5c490d3922 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.41",
+  "version": "1.0.42",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"