Skip to content

Commit

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

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.1](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.0...v16.0.1) (2024-09-30)


### Fixes and Improvements

* update standalone to 2.4.14 ([89009c4](https://github.com/pact-foundation/pact-js-cli/commit/89009c42b801c62571691bf72118b4aab15d141c))

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


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": "16.0.0",
"version": "16.0.1",
"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.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"
"@pact-foundation/pact-cli-darwin-arm64": "16.0.0",
"@pact-foundation/pact-cli-darwin-x64": "16.0.0",
"@pact-foundation/pact-cli-windows-x64": "16.0.0",
"@pact-foundation/pact-cli-linux-x64": "16.0.0",
"@pact-foundation/pact-cli-linux-arm64": "16.0.0"
},
"dependencies": {
"chalk": "4.1.2",
Expand Down

0 comments on commit ffd227e

Please sign in to comment.