From a0296d5d0149315a8a22925a9312d9d2c7240693 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 24 Aug 2021 00:26:12 +0200 Subject: [PATCH] Release 1.0.42 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fcaed2..4bb965f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index b8b24c55..36735fc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.41", + "version": "1.0.42", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 79673562..d12b1059 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.41", + "version": "1.0.42", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1