Skip to content

Commit d300b23

Browse files
committed
chore(release): 16.1.2
1 parent 5939033 commit d300b23

File tree

3 files changed

+20
-73
lines changed

3 files changed

+20
-73
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.2](https://github.com/pact-foundation/pact-js-cli/compare/v16.1.1...v16.1.2) (2025-07-28)
6+
7+
8+
### Fixes and Improvements
9+
10+
* **deps:** update pino to 9.7.0 ([5939033](https://github.com/pact-foundation/pact-js-cli/commit/5939033484d3f790fb5367357a18ef345b87d3a0))
11+
512
## [16.1.1](https://github.com/pact-foundation/pact-js-cli/compare/v16.1.0...v16.1.1) (2025-07-25)
613

714

package-lock.json

Lines changed: 7 additions & 67 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.1",
3+
"version": "16.1.2",
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.1",
60-
"@pact-foundation/pact-cli-darwin-x64": "16.1.1",
61-
"@pact-foundation/pact-cli-linux-arm64": "16.1.1",
62-
"@pact-foundation/pact-cli-linux-x64": "16.1.1",
63-
"@pact-foundation/pact-cli-windows-x64": "16.1.1"
59+
"@pact-foundation/pact-cli-darwin-arm64": "16.1.2",
60+
"@pact-foundation/pact-cli-darwin-x64": "16.1.2",
61+
"@pact-foundation/pact-cli-linux-arm64": "16.1.2",
62+
"@pact-foundation/pact-cli-linux-x64": "16.1.2",
63+
"@pact-foundation/pact-cli-windows-x64": "16.1.2"
6464
},
6565
"dependencies": {
6666
"chalk": "4.1.2",

0 commit comments

Comments
 (0)