Skip to content

Commit bdae1c6

Browse files
committed
chore(release): 1.3.0
1 parent 4f234cb commit bdae1c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.3.0](https://github.com/pactflow/pact-msw-adapter/compare/v1.2.1...v1.3.0) (2022-10-06)
6+
7+
8+
### Features
9+
10+
* Add client name/version into pact file ([1c8aa9a](https://github.com/pactflow/pact-msw-adapter/commit/1c8aa9a35898be4280c99859d795b29a219b3bc6))
11+
512
### [1.2.1](https://github.com/pactflow/pact-msw-adapter/compare/v1.2.0...v1.2.1) (2022-07-15)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pactflow/pact-msw-adapter",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"main": "./dist/pactMswAdapter.js",
55
"keywords": [
66
"pact",

0 commit comments

Comments
 (0)