Skip to content

Commit

Permalink
chore(release): 16.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 24, 2024
1 parent e2d27df commit c194698
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 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.3](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.2...v16.0.3) (2024-10-24)


### Fixes and Improvements

* update standalone to 2.4.16 ([1e23ed5](https://github.com/pact-foundation/pact-js-cli/commit/1e23ed535d2782240f2fdcb82e6558bdc0cb717a))

## [16.0.2](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.1...v16.0.2) (2024-10-23)


Expand Down
14 changes: 7 additions & 7 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.2",
"version": "16.0.3",
"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": "16.0.2",
"@pact-foundation/pact-cli-darwin-x64": "16.0.2",
"@pact-foundation/pact-cli-windows-x64": "16.0.2",
"@pact-foundation/pact-cli-linux-x64": "16.0.2",
"@pact-foundation/pact-cli-linux-arm64": "16.0.2"
"@pact-foundation/pact-cli-darwin-arm64": "16.0.3",
"@pact-foundation/pact-cli-darwin-x64": "16.0.3",
"@pact-foundation/pact-cli-windows-x64": "16.0.3",
"@pact-foundation/pact-cli-linux-x64": "16.0.3",
"@pact-foundation/pact-cli-linux-arm64": "16.0.3"
},
"dependencies": {
"chalk": "4.1.2",
Expand Down

0 comments on commit c194698

Please sign in to comment.