Skip to content

Commit

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


### Fixes and Improvements

* update standalone to 2.4.15 ([c7de0bf](https://github.com/pact-foundation/pact-js-cli/commit/c7de0bfcf053ed1e00dcd7e216329be2cac7ad32))

## [16.0.1](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.0...v16.0.1) (2024-09-30)


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

0 comments on commit 9395150

Please sign in to comment.