From dec96c7296662fa99672ec4d869c80f3f62ec8ae Mon Sep 17 00:00:00 2001 From: YOU54F Date: Thu, 9 Nov 2023 15:42:07 +0000 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bd176..adb081d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [3.0.0](https://github.com/pactflow/pact-msw-adapter/compare/v2.0.1...v3.0.0) (2023-11-09) + + +### ⚠ BREAKING CHANGES + +* make compatible and consistent with msw v2 +* update dependencies including msw to v2 + +* make compatible and consistent with msw v2 ([63c98f6](https://github.com/pactflow/pact-msw-adapter/commit/63c98f67d911ed391e60860ec203f6cd14fa8b22)) +* update dependencies including msw to v2 ([37cf49d](https://github.com/pactflow/pact-msw-adapter/commit/37cf49d79b4e44a2d0a0ba796a60bd117f22b7fe)) + ### [2.0.1](https://github.com/pactflow/pact-msw-adapter/compare/v2.0.0...v2.0.1) (2023-11-07) diff --git a/package.json b/package.json index 146cefd..5ad6465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pactflow/pact-msw-adapter", - "version": "2.0.1", + "version": "3.0.0", "main": "./dist/pactMswAdapter.js", "keywords": [ "pact",