Skip to content

Commit

Permalink
chore(release): 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Sep 6, 2024
1 parent bc8e174 commit b50d470
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [16.0.0](https://github.com/pact-foundation/pact-js-cli/compare/v15.0.5...v16.0.0) (2024-09-06)


### ⚠ BREAKING CHANGES

* create os/arch specific npm optional deps for pact-ruby-standalone

### Features

* create os/arch specific npm optional deps for pact-ruby-standalone ([cb3a26d](https://github.com/pact-foundation/pact-js-cli/commit/cb3a26d933ce2346783d3086c74740315afc20e0))

## [15.0.5](https://github.com/pact-foundation/pact-js-cli/compare/v15.0.4...v15.0.5) (2024-08-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pact-foundation/pact-cli",
"version": "15.0.5",
"version": "16.0.0",
"description": "Broker CLI for @pact-foundation/pact",
"main": "src/index.js",
"homepage": "https://github.com/pact-foundation/pact-js-cli#readme",
Expand Down Expand Up @@ -52,11 +52,11 @@
"access": "public"
},
"optionalDependencies": {
"@pact-foundation/pact-cli-darwin-arm64": "15.0.3",
"@pact-foundation/pact-cli-darwin-x64": "15.0.3",
"@pact-foundation/pact-cli-windows-x64": "15.0.3",
"@pact-foundation/pact-cli-linux-x64": "15.0.3",
"@pact-foundation/pact-cli-linux-arm64": "15.0.3"
"@pact-foundation/pact-cli-darwin-arm64": "15.0.5",
"@pact-foundation/pact-cli-darwin-x64": "15.0.5",
"@pact-foundation/pact-cli-windows-x64": "15.0.5",
"@pact-foundation/pact-cli-linux-x64": "15.0.5",
"@pact-foundation/pact-cli-linux-arm64": "15.0.5"
},
"dependencies": {
"chalk": "4.1.2",
Expand Down

0 comments on commit b50d470

Please sign in to comment.