Skip to content

Commit 9663500

Browse files
committed
chore(release): 17.0.2
1 parent 60ef297 commit 9663500

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [17.0.2](https://github.com/pact-foundation/pact-js-core/compare/v17.0.1...v17.0.2) (2025-12-11)
6+
7+
8+
### Fixes and Improvements
9+
10+
* remove deprecated macos build ([#783](https://github.com/pact-foundation/pact-js-core/issues/783)) ([4dbecd0](https://github.com/pact-foundation/pact-js-core/commit/4dbecd00feeba42565e356bc675b86b0c6aecdcc))
11+
* replace pactffi_with_multipart_file with v2 version ([e1a47d9](https://github.com/pact-foundation/pact-js-core/commit/e1a47d9411f8d5d43abad85c64b68a06620e3b94))
12+
513
## [17.0.1](https://github.com/pact-foundation/pact-js-core/compare/v17.0.0...v17.0.1) (2025-10-18)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact-core",
3-
"version": "17.0.1",
3+
"version": "17.0.2",
44
"description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",
55
"main": "src/index.js",
66
"homepage": "https://github.com/pact-foundation/pact-js-core#readme",
@@ -163,12 +163,12 @@
163163
]
164164
},
165165
"optionalDependencies": {
166-
"@pact-foundation/pact-core-darwin-arm64": "17.0.1",
167-
"@pact-foundation/pact-core-darwin-x64": "17.0.1",
168-
"@pact-foundation/pact-core-linux-arm64-glibc": "17.0.1",
169-
"@pact-foundation/pact-core-linux-arm64-musl": "17.0.1",
170-
"@pact-foundation/pact-core-linux-x64-glibc": "17.0.1",
171-
"@pact-foundation/pact-core-linux-x64-musl": "17.0.1",
172-
"@pact-foundation/pact-core-windows-x64": "17.0.1"
166+
"@pact-foundation/pact-core-darwin-arm64": "17.0.2",
167+
"@pact-foundation/pact-core-darwin-x64": "17.0.2",
168+
"@pact-foundation/pact-core-linux-arm64-glibc": "17.0.2",
169+
"@pact-foundation/pact-core-linux-arm64-musl": "17.0.2",
170+
"@pact-foundation/pact-core-linux-x64-glibc": "17.0.2",
171+
"@pact-foundation/pact-core-linux-x64-musl": "17.0.2",
172+
"@pact-foundation/pact-core-windows-x64": "17.0.2"
173173
}
174174
}

0 commit comments

Comments
 (0)