Skip to content

Commit 79e8582

Browse files
committed
chore(release): 16.1.4
1 parent 3c65d84 commit 79e8582

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
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+
## [16.1.4](https://github.com/pact-foundation/pact-js-cli/compare/v16.1.3...v16.1.4) (2025-09-23)
6+
7+
8+
### Fixes and Improvements
9+
10+
* **win:** wrap command in double quotes to handle paths with spaces ([3c65d84](https://github.com/pact-foundation/pact-js-cli/commit/3c65d84830557ff75eeda7cdbd362230323bc150))
11+
512
## [16.1.3](https://github.com/pact-foundation/pact-js-cli/compare/v16.1.2...v16.1.3) (2025-09-23)
613

714

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact-cli",
3-
"version": "16.1.3",
3+
"version": "16.1.4",
44
"description": "Broker CLI for @pact-foundation/pact",
55
"main": "src/index.js",
66
"homepage": "https://github.com/pact-foundation/pact-js-cli#readme",
@@ -56,11 +56,11 @@
5656
"access": "public"
5757
},
5858
"optionalDependencies": {
59-
"@pact-foundation/pact-cli-darwin-arm64": "16.1.3",
60-
"@pact-foundation/pact-cli-darwin-x64": "16.1.3",
61-
"@pact-foundation/pact-cli-linux-arm64": "16.1.3",
62-
"@pact-foundation/pact-cli-linux-x64": "16.1.3",
63-
"@pact-foundation/pact-cli-windows-x64": "16.1.3"
59+
"@pact-foundation/pact-cli-darwin-arm64": "16.1.4",
60+
"@pact-foundation/pact-cli-darwin-x64": "16.1.4",
61+
"@pact-foundation/pact-cli-linux-arm64": "16.1.4",
62+
"@pact-foundation/pact-cli-linux-x64": "16.1.4",
63+
"@pact-foundation/pact-cli-windows-x64": "16.1.4"
6464
},
6565
"dependencies": {
6666
"chalk": "4.1.2",

0 commit comments

Comments
 (0)