Skip to content

Commit ffd227e

Browse files
committed
chore(release): 16.0.1
1 parent e2db10d commit ffd227e

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
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.1](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.0...v16.0.1) (2024-09-30)
6+
7+
8+
### Fixes and Improvements
9+
10+
* update standalone to 2.4.14 ([89009c4](https://github.com/pact-foundation/pact-js-cli/commit/89009c42b801c62571691bf72118b4aab15d141c))
11+
512
## [16.0.0](https://github.com/pact-foundation/pact-js-cli/compare/v15.0.5...v16.0.0) (2024-09-06)
613

714

package-lock.json

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

0 commit comments

Comments
 (0)