Skip to content

Commit b56698d

Browse files
committed
chore(release): 16.0.5
1 parent 97f0c7a commit b56698d

File tree

3 files changed

+23
-73
lines changed

3 files changed

+23
-73
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.0.5](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.4...v16.0.5) (2025-02-24)
6+
7+
8+
### Fixes and Improvements
9+
10+
* **deps:** update dependency cross-spawn to v7.0.6 ([1adbeba](https://github.com/pact-foundation/pact-js-cli/commit/1adbeba79b24ac3d2c6e14372cef78b8de35f850))
11+
* **deps:** update dependency pino to v9.6.0 ([416a8eb](https://github.com/pact-foundation/pact-js-cli/commit/416a8ebd7c504e3a663258316fd404f24ddeeb7a))
12+
* update standalone to 2.4.20 ([5816c44](https://github.com/pact-foundation/pact-js-cli/commit/5816c44575cb0687d4b99b10b20afd6310a23030))
13+
* update standalone to 2.4.22 ([53f28a1](https://github.com/pact-foundation/pact-js-cli/commit/53f28a13676ab23aa012e5e937fd37de7d74b3c6))
14+
515
## [16.0.4](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.3...v16.0.4) (2024-11-12)
616

717

package-lock.json

+7-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact-cli",
3-
"version": "16.0.4",
3+
"version": "16.0.5",
44
"description": "Broker CLI for @pact-foundation/pact",
55
"main": "src/index.js",
66
"homepage": "https://github.com/pact-foundation/pact-js-cli#readme",
@@ -52,11 +52,11 @@
5252
"access": "public"
5353
},
5454
"optionalDependencies": {
55-
"@pact-foundation/pact-cli-darwin-arm64": "16.0.4",
56-
"@pact-foundation/pact-cli-darwin-x64": "16.0.4",
57-
"@pact-foundation/pact-cli-linux-arm64": "16.0.4",
58-
"@pact-foundation/pact-cli-linux-x64": "16.0.4",
59-
"@pact-foundation/pact-cli-windows-x64": "16.0.4"
55+
"@pact-foundation/pact-cli-darwin-arm64": "16.0.5",
56+
"@pact-foundation/pact-cli-darwin-x64": "16.0.5",
57+
"@pact-foundation/pact-cli-linux-arm64": "16.0.5",
58+
"@pact-foundation/pact-cli-linux-x64": "16.0.5",
59+
"@pact-foundation/pact-cli-windows-x64": "16.0.5"
6060
},
6161
"dependencies": {
6262
"chalk": "4.1.2",

0 commit comments

Comments
 (0)