Skip to content

Commit 81b4647

Browse files
committed
chore(release): 16.1.0
1 parent 6a608a4 commit 81b4647

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
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.0](https://github.com/pact-foundation/pact-js-core/compare/v16.0.0...v16.1.0) (2025-08-03)
6+
7+
8+
### Features
9+
10+
* support fetching bodies for messages ([#662](https://github.com/pact-foundation/pact-js-core/issues/662)) ([6a608a4](https://github.com/pact-foundation/pact-js-core/commit/6a608a4f72222454acaedded55022bebf0d38dd5))
11+
512
## [16.0.0](https://github.com/pact-foundation/pact-js-core/compare/v15.2.1...v16.0.0) (2025-02-17)
613

714

package-lock.json

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact-core",
3-
"version": "16.0.0",
3+
"version": "16.1.0",
44
"description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",
55
"main": "src/index.js",
66
"homepage": "https://github.com/pact-foundation/pact-js-core#readme",
@@ -159,12 +159,12 @@
159159
]
160160
},
161161
"optionalDependencies": {
162-
"@pact-foundation/pact-core-darwin-arm64": "16.0.0",
163-
"@pact-foundation/pact-core-darwin-x64": "16.0.0",
164-
"@pact-foundation/pact-core-linux-arm64-glibc": "16.0.0",
165-
"@pact-foundation/pact-core-linux-arm64-musl": "16.0.0",
166-
"@pact-foundation/pact-core-linux-x64-glibc": "16.0.0",
167-
"@pact-foundation/pact-core-linux-x64-musl": "16.0.0",
168-
"@pact-foundation/pact-core-windows-x64": "16.0.0"
162+
"@pact-foundation/pact-core-darwin-arm64": "16.1.0",
163+
"@pact-foundation/pact-core-darwin-x64": "16.1.0",
164+
"@pact-foundation/pact-core-linux-arm64-glibc": "16.1.0",
165+
"@pact-foundation/pact-core-linux-arm64-musl": "16.1.0",
166+
"@pact-foundation/pact-core-linux-x64-glibc": "16.1.0",
167+
"@pact-foundation/pact-core-linux-x64-musl": "16.1.0",
168+
"@pact-foundation/pact-core-windows-x64": "16.1.0"
169169
}
170170
}

0 commit comments

Comments
 (0)