Skip to content

Commit 0e9b512

Browse files
committed
chore(release): 0.10.1
1 parent cbec1b8 commit 0e9b512

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+
### [0.10.1](https://github.com/pact-foundation/jest-pact/compare/v0.9.4...v0.10.1) (2022-08-08)
6+
7+
8+
### Features
9+
10+
* **v3:** Add draft withPact interface for V3 ([8ba6e66](https://github.com/pact-foundation/jest-pact/commit/8ba6e6643821bac85c03d317ccf7d205bfa4649c))
11+
512
### [0.9.4](https://github.com/pact-foundation/jest-pact/compare/v0.9.3...v0.9.4) (2022-05-20)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-pact",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "a pact adaptor for jest",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)