Skip to content

Commit f84f9d7

Browse files
committed
chore(release): 0.11.2
1 parent 33480d0 commit f84f9d7

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.11.2](https://github.com/pact-foundation/jest-pact/compare/v0.11.1...v0.11.2) (2025-02-17)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** add pact-js v14 to peer deps ([#343](https://github.com/pact-foundation/jest-pact/issues/343)) ([33480d0](https://github.com/pact-foundation/jest-pact/commit/33480d0ad1783264c26e28e591544d8b8677862f))
11+
512
### [0.11.1](https://github.com/pact-foundation/jest-pact/compare/v0.11.0...v0.11.1) (2024-06-19)
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.11.1",
3+
"version": "0.11.2",
44
"description": "a pact adaptor for jest",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)