Skip to content

Commit 84b5cdd

Browse files
committed
chore(release): 1.2.0
1 parent 34d7268 commit 84b5cdd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [1.2.0](https://github.com/pactflow/pact-msw-adapter/compare/v1.1.1...v1.2.0) (2022-06-01)
6+
7+
8+
### Features
9+
10+
* add query to request in the pact file ([1473315](https://github.com/pactflow/pact-msw-adapter/commit/147331570aa37d4b70c06e12dac3039cfdccc4b1))
11+
12+
13+
### Bug Fixes
14+
15+
* change type ([1cfd279](https://github.com/pactflow/pact-msw-adapter/commit/1cfd27921fd770a5e098255724d015eccad5b70b))
16+
517
### [1.1.1](https://github.com/pactflow/pact-msw-adapter/compare/v1.1.0...v1.1.1) (2022-05-21)
618

719

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": "1.1.1",
3+
"version": "1.2.0",
44
"main": "./dist/pactMswAdapter.js",
55
"keywords": [
66
"pact",

0 commit comments

Comments
 (0)