Skip to content

Commit 8af5851

Browse files
committed
chore(release): 16.0.4
1 parent 3c83f1c commit 8af5851

File tree

3 files changed

+20
-73
lines changed

3 files changed

+20
-73
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.4](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.3...v16.0.4) (2024-11-12)
6+
7+
8+
### Fixes and Improvements
9+
10+
* **deps:** update check-types / mkdirp / pino / underscore ([6f6dc54](https://github.com/pact-foundation/pact-js-cli/commit/6f6dc543aaf39003413b5f1e6d62c7b3407a8739))
11+
512
## [16.0.3](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.2...v16.0.3) (2024-10-24)
613

714

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.3",
3+
"version": "16.0.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",
@@ -52,11 +52,11 @@
5252
"access": "public"
5353
},
5454
"optionalDependencies": {
55-
"@pact-foundation/pact-cli-darwin-arm64": "16.0.3",
56-
"@pact-foundation/pact-cli-darwin-x64": "16.0.3",
57-
"@pact-foundation/pact-cli-linux-arm64": "16.0.3",
58-
"@pact-foundation/pact-cli-linux-x64": "16.0.3",
59-
"@pact-foundation/pact-cli-windows-x64": "16.0.3"
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"
6060
},
6161
"dependencies": {
6262
"chalk": "4.1.2",

0 commit comments

Comments
 (0)