Skip to content

Commit b50d470

Browse files
committed
chore(release): 16.0.0
1 parent bc8e174 commit b50d470

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0](https://github.com/pact-foundation/pact-js-cli/compare/v15.0.5...v16.0.0) (2024-09-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* create os/arch specific npm optional deps for pact-ruby-standalone
11+
12+
### Features
13+
14+
* create os/arch specific npm optional deps for pact-ruby-standalone ([cb3a26d](https://github.com/pact-foundation/pact-js-cli/commit/cb3a26d933ce2346783d3086c74740315afc20e0))
15+
516
## [15.0.5](https://github.com/pact-foundation/pact-js-cli/compare/v15.0.4...v15.0.5) (2024-08-21)
617

718

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

0 commit comments

Comments
 (0)