Skip to content

Commit 15b4a6f

Browse files
committed
chore(release): 0.11.0
1 parent 23e7359 commit 15b4a6f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.11.0](https://github.com/pact-foundation/jest-pact/compare/v0.10.3...v0.11.0) (2023-07-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* require at least node 16
11+
12+
### Features
13+
14+
* Bump pact to 12.0.0 ([165f3ae](https://github.com/pact-foundation/jest-pact/commit/165f3ae8f331ae4d78c30a25ec213452b6986480))
15+
16+
17+
### Bug Fixes
18+
19+
* require at least node 16 ([5c9d7eb](https://github.com/pact-foundation/jest-pact/commit/5c9d7eb972ff3ac25b8160b0888b9b79830aee6b))
20+
521
### [0.10.3](https://github.com/pact-foundation/jest-pact/compare/v0.10.2...v0.10.3) (2023-03-21)
622

723

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.3",
3+
"version": "0.11.0",
44
"description": "a pact adaptor for jest",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)