Skip to content

Commit 74cf32e

Browse files
committed
chore(release): 17.0.2
1 parent b6c0bf7 commit 74cf32e

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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 [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [17.0.2](https://github.com/you54f/pact-js-core/compare/v17.0.1...v17.0.2) (2025-01-28)
6+
7+
8+
### Fixes and Improvements
9+
10+
* ensure package path is correctly resolved ([b6c0bf7](https://github.com/you54f/pact-js-core/commit/b6c0bf735e2fd9cf6556e73aa2c283c3f4bb388a))
11+
512
## [17.0.1](https://github.com/you54f/pact-js-core/compare/v17.0.0...v17.0.1) (2025-01-27)
613

714

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": "@you54f/pact-core",
3-
"version": "17.0.1",
3+
"version": "17.0.2",
44
"description": "Core of @you54f/pact. You almost certainly don't want to depend on this directly.",
55
"main": "src/index.js",
66
"homepage": "https://github.com/you54f/pact-js-core#readme",
@@ -43,13 +43,13 @@
4343
"access": "public"
4444
},
4545
"optionalDependencies": {
46-
"@you54f/pact-core-darwin-arm64": "17.0.1",
47-
"@you54f/pact-core-darwin-x64": "17.0.1",
48-
"@you54f/pact-core-linux-arm64-glibc": "17.0.1",
49-
"@you54f/pact-core-linux-arm64-musl": "17.0.1",
50-
"@you54f/pact-core-linux-x64-glibc": "17.0.1",
51-
"@you54f/pact-core-linux-x64-musl": "17.0.1",
52-
"@you54f/pact-core-windows-x64": "17.0.1"
46+
"@you54f/pact-core-darwin-arm64": "17.0.2",
47+
"@you54f/pact-core-darwin-x64": "17.0.2",
48+
"@you54f/pact-core-linux-arm64-glibc": "17.0.2",
49+
"@you54f/pact-core-linux-arm64-musl": "17.0.2",
50+
"@you54f/pact-core-linux-x64-glibc": "17.0.2",
51+
"@you54f/pact-core-linux-x64-musl": "17.0.2",
52+
"@you54f/pact-core-windows-x64": "17.0.2"
5353
},
5454
"dependencies": {
5555
"check-types": "7.4.0",

0 commit comments

Comments
 (0)