Skip to content

Commit f6dd7f2

Browse files
committed
chore(release): 16.0.8
1 parent 017e629 commit f6dd7f2

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.0.8](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.7...v16.0.8) (2025-06-06)
6+
7+
8+
### Fixes and Improvements
9+
10+
* **typo:** update package name in readme ([16f84b8](https://github.com/pact-foundation/pact-js-cli/commit/16f84b83905db4b9d06ccc01806550b6d53fd73c))
11+
* update standalone to 2.4.25 ([4a3d5e0](https://github.com/pact-foundation/pact-js-cli/commit/4a3d5e0bdbc5e3bf86db56263d42e268bc86e693))
12+
513
## [16.0.7](https://github.com/pact-foundation/pact-js-cli/compare/v16.0.6...v16.0.7) (2025-03-11)
614

715

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.0.7",
3+
"version": "16.0.8",
44
"description": "Broker CLI for @pact-foundation/pact",
55
"main": "src/index.js",
66
"homepage": "https://github.com/pact-foundation/pact-js-cli#readme",
@@ -52,11 +52,11 @@
5252
"access": "public"
5353
},
5454
"optionalDependencies": {
55-
"@pact-foundation/pact-cli-darwin-arm64": "16.0.7",
56-
"@pact-foundation/pact-cli-darwin-x64": "16.0.7",
57-
"@pact-foundation/pact-cli-linux-arm64": "16.0.7",
58-
"@pact-foundation/pact-cli-linux-x64": "16.0.7",
59-
"@pact-foundation/pact-cli-windows-x64": "16.0.7"
55+
"@pact-foundation/pact-cli-darwin-arm64": "16.0.8",
56+
"@pact-foundation/pact-cli-darwin-x64": "16.0.8",
57+
"@pact-foundation/pact-cli-linux-arm64": "16.0.8",
58+
"@pact-foundation/pact-cli-linux-x64": "16.0.8",
59+
"@pact-foundation/pact-cli-windows-x64": "16.0.8"
6060
},
6161
"dependencies": {
6262
"chalk": "4.1.2",

0 commit comments

Comments
 (0)