Skip to content

Commit a624926

Browse files
committed
chore(release): 0.13.0
1 parent 384d427 commit a624926

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
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.13.0](https://github.com/pact-foundation/jest-pact/compare/v0.11.4...v0.13.0) (2025-10-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* change Pact to PactV2 / PactOptions to PactV2Options
11+
12+
### Features
13+
14+
* change Pact to PactV2 / PactOptions to PactV2Options ([384d427](https://github.com/pact-foundation/jest-pact/commit/384d427ce7536f81dae025517d00addab28f0dff))
15+
16+
17+
### Dependencies
18+
19+
* **deps:** update actions/checkout action to v5 ([#412](https://github.com/pact-foundation/jest-pact/issues/412)) ([29280ac](https://github.com/pact-foundation/jest-pact/commit/29280ac991a4a4ab1e6c19f341f2e7119be1b2bd))
20+
* **deps:** update actions/setup-node action to v5 ([#414](https://github.com/pact-foundation/jest-pact/issues/414)) ([7f54a56](https://github.com/pact-foundation/jest-pact/commit/7f54a56d039b3a7863811e84d767c87c068b235c))
21+
* **deps:** update dependency cross-env to v10 ([#407](https://github.com/pact-foundation/jest-pact/issues/407)) ([a517f0e](https://github.com/pact-foundation/jest-pact/commit/a517f0e4103b0aa5f39bf3e7ecb9a1b535eb6f8a))
22+
* **deps:** update dependency cross-env to v10.1.0 ([#428](https://github.com/pact-foundation/jest-pact/issues/428)) ([9d849b5](https://github.com/pact-foundation/jest-pact/commit/9d849b56d4e4414098ed85ea3b15a663a58a03cf))
23+
* **deps:** update dependency lint-staged to v16.1.4 ([#409](https://github.com/pact-foundation/jest-pact/issues/409)) ([76dd03b](https://github.com/pact-foundation/jest-pact/commit/76dd03b0c13c38a56f9595f363b8ab02e053709e))
24+
* **deps:** update dependency lint-staged to v16.1.5 ([#410](https://github.com/pact-foundation/jest-pact/issues/410)) ([549015f](https://github.com/pact-foundation/jest-pact/commit/549015f9972bbac902f6d1848c0d85b39dd91c41))
25+
* **deps:** update dependency lint-staged to v16.1.6 ([#413](https://github.com/pact-foundation/jest-pact/issues/413)) ([3259bca](https://github.com/pact-foundation/jest-pact/commit/3259bca6a9f252e0077f09d5145783bfca5cfe1c))
26+
* **deps:** update dependency lint-staged to v16.2.0 ([#419](https://github.com/pact-foundation/jest-pact/issues/419)) ([c65d962](https://github.com/pact-foundation/jest-pact/commit/c65d962f9fc4e7127012146b8f9095cdc88571a7))
27+
* **deps:** update dependency lint-staged to v16.2.1 ([#425](https://github.com/pact-foundation/jest-pact/issues/425)) ([489838f](https://github.com/pact-foundation/jest-pact/commit/489838faa48fe2215bf58a7545c511f6b61525d3))
28+
* **deps:** update dependency lint-staged to v16.2.2 ([#426](https://github.com/pact-foundation/jest-pact/issues/426)) ([5f121f5](https://github.com/pact-foundation/jest-pact/commit/5f121f5dca6feebdd81bbe10d33cb7204ed1a381))
29+
* **deps:** update dependency lint-staged to v16.2.3 ([#427](https://github.com/pact-foundation/jest-pact/issues/427)) ([78e415a](https://github.com/pact-foundation/jest-pact/commit/78e415a5377ec1f213729defc619323411c9df1c))
30+
* **deps:** update dependency node to v22 ([#411](https://github.com/pact-foundation/jest-pact/issues/411)) ([a26212a](https://github.com/pact-foundation/jest-pact/commit/a26212aff249671be23b373ed1f2bb3ee1e29e7d))
31+
* **deps:** update dependency supertest to v7.1.3 ([#405](https://github.com/pact-foundation/jest-pact/issues/405)) ([86522d2](https://github.com/pact-foundation/jest-pact/commit/86522d2bb1deb20865892493f32e4b18b9319487))
32+
* **deps:** update dependency supertest to v7.1.4 ([#406](https://github.com/pact-foundation/jest-pact/issues/406)) ([de29ed5](https://github.com/pact-foundation/jest-pact/commit/de29ed5f63f5704362c5957f747daf2f1ba2bc0c))
33+
* **deps:** update dependency typescript to v5.9.2 ([#408](https://github.com/pact-foundation/jest-pact/issues/408)) ([a5d079f](https://github.com/pact-foundation/jest-pact/commit/a5d079fb6cf14c20f6aba2a0ff359758e5b48437))
34+
* **deps:** update dependency typescript to v5.9.3 ([#432](https://github.com/pact-foundation/jest-pact/issues/432)) ([3330552](https://github.com/pact-foundation/jest-pact/commit/33305528b5d0987f84bacc9df6d604d975efdcdb))
35+
536
### [0.11.4](https://github.com/pact-foundation/jest-pact/compare/v0.11.3...v0.11.4) (2025-07-02)
637

738

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-pact",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "a pact adaptor for jest",
55
"main": "dist/index.js",
66
"scripts": {
@@ -72,7 +72,7 @@
7272
"typescript": "5.9.3"
7373
},
7474
"peerDependencies": {
75-
"@pact-foundation/pact": "^16.0.0" ,
75+
"@pact-foundation/pact": "^16.0.0",
7676
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0 || ^30.0.0"
7777
},
7878
"lint-staged": {

0 commit comments

Comments
 (0)