Skip to content

Commit 53b1576

Browse files
committed
chore(release): 16.1.3
1 parent 6dc5404 commit 53b1576

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.3](https://github.com/pact-foundation/pact-js-cli/compare/v16.1.2...v16.1.3) (2025-09-23)
6+
7+
8+
### Fixes and Improvements
9+
10+
* simplify argument parsing ([6dc5404](https://github.com/pact-foundation/pact-js-cli/commit/6dc5404a211ca60c7f044931d86f8beee8bdc01f)), closes [#99](https://github.com/pact-foundation/pact-js-cli/issues/99)
11+
512
## [16.1.2](https://github.com/pact-foundation/pact-js-cli/compare/v16.1.1...v16.1.2) (2025-07-28)
613

714

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact-cli",
3-
"version": "16.1.2",
3+
"version": "16.1.3",
44
"description": "Broker CLI for @pact-foundation/pact",
55
"main": "src/index.js",
66
"homepage": "https://github.com/pact-foundation/pact-js-cli#readme",
@@ -56,11 +56,11 @@
5656
"access": "public"
5757
},
5858
"optionalDependencies": {
59-
"@pact-foundation/pact-cli-darwin-arm64": "16.1.2",
60-
"@pact-foundation/pact-cli-darwin-x64": "16.1.2",
61-
"@pact-foundation/pact-cli-linux-arm64": "16.1.2",
62-
"@pact-foundation/pact-cli-linux-x64": "16.1.2",
63-
"@pact-foundation/pact-cli-windows-x64": "16.1.2"
59+
"@pact-foundation/pact-cli-darwin-arm64": "16.1.3",
60+
"@pact-foundation/pact-cli-darwin-x64": "16.1.3",
61+
"@pact-foundation/pact-cli-linux-arm64": "16.1.3",
62+
"@pact-foundation/pact-cli-linux-x64": "16.1.3",
63+
"@pact-foundation/pact-cli-windows-x64": "16.1.3"
6464
},
6565
"dependencies": {
6666
"chalk": "4.1.2",

0 commit comments

Comments
 (0)