Skip to content

Commit aeb00ac

Browse files
committed
chore(release): 19.1.0
1 parent a668c26 commit aeb00ac

3 files changed

Lines changed: 36 additions & 108 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [19.1.0](https://github.com/pact-foundation/pact-js-core/compare/v19.0.0...v19.1.0) (2026-03-10)
6+
7+
8+
### Features
9+
10+
* support pending interactions, comments and test names ([#851](https://github.com/pact-foundation/pact-js-core/issues/851)) ([a668c26](https://github.com/pact-foundation/pact-js-core/commit/a668c265da59b4d310aab5c1683f6f090a55709b))
11+
12+
13+
### Fixes and Improvements
14+
15+
* **deps:** update dependency underscore to v1.13.8 ([#847](https://github.com/pact-foundation/pact-js-core/issues/847)) ([56c95c5](https://github.com/pact-foundation/pact-js-core/commit/56c95c57a2ed9de6943e479953896cf68c12310f))
16+
517
## [19.0.0](https://github.com/pact-foundation/pact-js-core/compare/v18.1.0...v19.0.0) (2026-02-19)
618

719

package-lock.json

Lines changed: 16 additions & 100 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": "19.0.0",
3+
"version": "19.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",
@@ -163,12 +163,12 @@
163163
]
164164
},
165165
"optionalDependencies": {
166-
"@pact-foundation/pact-core-darwin-arm64": "19.0.0",
167-
"@pact-foundation/pact-core-darwin-x64": "19.0.0",
168-
"@pact-foundation/pact-core-linux-arm64-glibc": "19.0.0",
169-
"@pact-foundation/pact-core-linux-arm64-musl": "19.0.0",
170-
"@pact-foundation/pact-core-linux-x64-glibc": "19.0.0",
171-
"@pact-foundation/pact-core-linux-x64-musl": "19.0.0",
172-
"@pact-foundation/pact-core-windows-x64": "19.0.0"
166+
"@pact-foundation/pact-core-darwin-arm64": "19.1.0",
167+
"@pact-foundation/pact-core-darwin-x64": "19.1.0",
168+
"@pact-foundation/pact-core-linux-arm64-glibc": "19.1.0",
169+
"@pact-foundation/pact-core-linux-arm64-musl": "19.1.0",
170+
"@pact-foundation/pact-core-linux-x64-glibc": "19.1.0",
171+
"@pact-foundation/pact-core-linux-x64-musl": "19.1.0",
172+
"@pact-foundation/pact-core-windows-x64": "19.1.0"
173173
}
174174
}

0 commit comments

Comments
 (0)