Skip to content

Commit 589660f

Browse files
author
Github Action
committed
chore: synced pact-js docs
1 parent 2d0d4c3 commit 589660f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

website/docs/implementation_guides/javascript/changelog.md

+25
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ custom_edit_url: https://github.com/pact-foundation/pact-js/edit/master/CHANGELO
66

77
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.
88

9+
## [14.0.0](https://github.com/pact-foundation/pact-js/compare/v13.2.0...v14.0.0) (2025-02-17)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* **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
15+
16+
- `linux-x64-glibc`
17+
- `linux-arm64-glibc`
18+
- `linux-x64-musl`
19+
- `linux-arm64-musl`
20+
- `darwin-x64`
21+
- `darwin-arm64`
22+
- `windows-x64`
23+
24+
* **deps:** update pact-core to v16 ([c5ca6ae](https://github.com/pact-foundation/pact-js/commit/c5ca6ae2df1574d7019f7a7262d2a3b964e7a228))
25+
26+
27+
### Fixes and Improvements
28+
29+
* code coverage ([c0bb760](https://github.com/pact-foundation/pact-js/commit/c0bb7600d132d22ad1057a74c943993a5e7b23c6))
30+
* **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))
31+
* examples/graphql/package.json & examples/graphql/package-lock.json to reduce vulnerabilities ([c9ed8fc](https://github.com/pact-foundation/pact-js/commit/c9ed8fcc72e307b787e736fca24dfc130deac880))
32+
* package.json & package-lock.json to reduce vulnerabilities ([3f535ed](https://github.com/pact-foundation/pact-js/commit/3f535ed070ea837046db7ab59d0418234f33e5d8))
33+
934
## [13.2.0](https://github.com/pact-foundation/pact-js/compare/v13.1.5...v13.2.0) (2024-11-21)
1035

1136

0 commit comments

Comments
 (0)