From 22c16a19987e234f66925224a55a8092aac3dec7 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Tue, 7 Nov 2023 14:58:05 +0000 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7708e0c..c3bd176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.1](https://github.com/pactflow/pact-msw-adapter/compare/v2.0.0...v2.0.1) (2023-11-07) + + +### Bug Fixes + +* unref asyncTimeout; fixes open handle issue in jest ([0ee1485](https://github.com/pactflow/pact-msw-adapter/commit/0ee1485403038ac80b2af3bf941c00090fbb42dc)) + ## [2.0.0](https://github.com/pactflow/pact-msw-adapter/compare/v1.5.0...v2.0.0) (2023-07-11) diff --git a/package.json b/package.json index 63f322f..bb770d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pactflow/pact-msw-adapter", - "version": "2.0.0", + "version": "2.0.1", "main": "./dist/pactMswAdapter.js", "keywords": [ "pact",