Skip to content

Commit dec96c7

Browse files
committed
chore(release): 3.0.0
1 parent ff57590 commit dec96c7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [3.0.0](https://github.com/pactflow/pact-msw-adapter/compare/v2.0.1...v3.0.0) (2023-11-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* make compatible and consistent with msw v2
11+
* update dependencies including msw to v2
12+
13+
* make compatible and consistent with msw v2 ([63c98f6](https://github.com/pactflow/pact-msw-adapter/commit/63c98f67d911ed391e60860ec203f6cd14fa8b22))
14+
* update dependencies including msw to v2 ([37cf49d](https://github.com/pactflow/pact-msw-adapter/commit/37cf49d79b4e44a2d0a0ba796a60bd117f22b7fe))
15+
516
### [2.0.1](https://github.com/pactflow/pact-msw-adapter/compare/v2.0.0...v2.0.1) (2023-11-07)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pactflow/pact-msw-adapter",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"main": "./dist/pactMswAdapter.js",
55
"keywords": [
66
"pact",

0 commit comments

Comments
 (0)