Skip to content

Commit 5157ba1

Browse files
committed
chore(release): 16.0.6
1 parent 958a0fc commit 5157ba1

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
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+
## [16.0.6](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.5...v16.0.6) (2025-03-04)
6+
7+
8+
### Fixes and Improvements
9+
10+
* update standalone to 2.4.23 ([39d9782](https://github.com/pact-foundation/pact-js-cli/commit/39d97828a0fae2b2e9cc9a33889cc3edc5f17eba))
11+
512
## [16.0.5](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.4...v16.0.5) (2025-02-24)
613

714

package-lock.json

+7-7
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.5",
3+
"version": "16.0.6",
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.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"
55+
"@pact-foundation/pact-cli-darwin-arm64": "16.0.6",
56+
"@pact-foundation/pact-cli-darwin-x64": "16.0.6",
57+
"@pact-foundation/pact-cli-linux-arm64": "16.0.6",
58+
"@pact-foundation/pact-cli-linux-x64": "16.0.6",
59+
"@pact-foundation/pact-cli-windows-x64": "16.0.6"
6060
},
6161
"dependencies": {
6262
"chalk": "4.1.2",

0 commit comments

Comments
 (0)