Skip to content

Commit be7ddf6

Browse files
committed
chore(release): 17.0.4
1 parent b135c5a commit be7ddf6

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

+7
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.4](https://github.com/you54f/pact-js-core/compare/v17.0.3...v17.0.4) (2025-01-28)
6+
7+
8+
### Fixes and Improvements
9+
10+
* **win:** use backslash on windows package lookup ([064bfd9](https://github.com/you54f/pact-js-core/commit/064bfd9d3c3aa1052eb083959447b10b603e4541))
11+
512
## [17.0.3](https://github.com/you54f/pact-js-core/compare/v17.0.2...v17.0.3) (2025-01-28)
613

714

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@you54f/pact-core",
3-
"version": "17.0.3",
3+
"version": "17.0.4",
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.3",
47-
"@you54f/pact-core-darwin-x64": "17.0.3",
48-
"@you54f/pact-core-linux-arm64-glibc": "17.0.3",
49-
"@you54f/pact-core-linux-arm64-musl": "17.0.3",
50-
"@you54f/pact-core-linux-x64-glibc": "17.0.3",
51-
"@you54f/pact-core-linux-x64-musl": "17.0.3",
52-
"@you54f/pact-core-windows-x64": "17.0.3"
46+
"@you54f/pact-core-darwin-arm64": "17.0.4",
47+
"@you54f/pact-core-darwin-x64": "17.0.4",
48+
"@you54f/pact-core-linux-arm64-glibc": "17.0.4",
49+
"@you54f/pact-core-linux-arm64-musl": "17.0.4",
50+
"@you54f/pact-core-linux-x64-glibc": "17.0.4",
51+
"@you54f/pact-core-linux-x64-musl": "17.0.4",
52+
"@you54f/pact-core-windows-x64": "17.0.4"
5353
},
5454
"dependencies": {
5555
"check-types": "7.4.0",

0 commit comments

Comments
 (0)