Skip to content

Commit a683d8f

Browse files
authored
chore(release): 14.0.0 (#1373)
* chore(release): 14.0.0 * chore(example-deps): update jest-pact to 0.11.2 supports peer dep pact v14
1 parent 0201011 commit a683d8f

File tree

5 files changed

+41
-15
lines changed

5 files changed

+41
-15
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [14.0.0](https://github.com/pact-foundation/pact-js/compare/v13.2.0...v14.0.0) (2025-02-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** - Contains platform/architecture specific optional dependencies in pact-core v16+. Users should not need to do anything manually as long as they are running supported platforms
11+
12+
- `linux-x64-glibc`
13+
- `linux-arm64-glibc`
14+
- `linux-x64-musl`
15+
- `linux-arm64-musl`
16+
- `darwin-x64`
17+
- `darwin-arm64`
18+
- `windows-x64`
19+
20+
* **deps:** update pact-core to v16 ([c5ca6ae](https://github.com/pact-foundation/pact-js/commit/c5ca6ae2df1574d7019f7a7262d2a3b964e7a228))
21+
22+
23+
### Fixes and Improvements
24+
25+
* code coverage ([c0bb760](https://github.com/pact-foundation/pact-js/commit/c0bb7600d132d22ad1057a74c943993a5e7b23c6))
26+
* **deps:** update dependency lodash.isfunction to v3.0.9 ([#1268](https://github.com/pact-foundation/pact-js/issues/1268)) ([fb08af3](https://github.com/pact-foundation/pact-js/commit/fb08af37923c8c802ac5d272ee8512307d42f690))
27+
* examples/graphql/package.json & examples/graphql/package-lock.json to reduce vulnerabilities ([c9ed8fc](https://github.com/pact-foundation/pact-js/commit/c9ed8fcc72e307b787e736fca24dfc130deac880))
28+
* package.json & package-lock.json to reduce vulnerabilities ([3f535ed](https://github.com/pact-foundation/pact-js/commit/3f535ed070ea837046db7ab59d0418234f33e5d8))
29+
530
## [13.2.0](https://github.com/pact-foundation/pact-js/compare/v13.1.5...v13.2.0) (2024-11-21)
631

732

examples/jest/package-lock.json

+12-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@pact-foundation/pact-cli": "^16.0.4",
1919
"absolute-version": "1.0.2",
2020
"jest": "^29.7.0",
21-
"jest-pact": "^0.11.1",
21+
"jest-pact": "^0.11.2",
2222
"rimraf": "^6.0.1"
2323
},
2424
"dependencies": {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact",
3-
"version": "13.2.0",
3+
"version": "14.0.0",
44
"description": "Pact for all things Javascript",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)