Skip to content

Commit 69bc77b

Browse files
committed
chore(release): 18.1.0
1 parent 63c6e7d commit 69bc77b

3 files changed

Lines changed: 59 additions & 112 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [18.1.0](https://github.com/pact-foundation/pact-js-core/compare/v18.0.0...v18.1.0) (2026-02-10)
6+
7+
8+
### Features
9+
10+
* add matching rules support to async messages ([#832](https://github.com/pact-foundation/pact-js-core/issues/832)) ([505fe7d](https://github.com/pact-foundation/pact-js-core/commit/505fe7dbd9ac68e84a948a53bd4b187629bde8bb))
11+
12+
13+
### Fixes and Improvements
14+
15+
* npm authentication for platform packages by upgrading to Node 24 ([#834](https://github.com/pact-foundation/pact-js-core/issues/834)) ([63c6e7d](https://github.com/pact-foundation/pact-js-core/commit/63c6e7d676660615ca9903aed8cd0b25fdaa2fcc))
16+
* npm trusted publishing from subdirectories ([#833](https://github.com/pact-foundation/pact-js-core/issues/833)) ([42d191f](https://github.com/pact-foundation/pact-js-core/commit/42d191fb40c1bb7a122760c45c286e76c2888fa8))
17+
518
## [18.0.0](https://github.com/pact-foundation/pact-js-core/compare/v17.1.0...v18.0.0) (2025-12-19)
619

720

package-lock.json

Lines changed: 38 additions & 104 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": "18.0.0",
3+
"version": "18.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": "18.0.0",
167-
"@pact-foundation/pact-core-darwin-x64": "18.0.0",
168-
"@pact-foundation/pact-core-linux-arm64-glibc": "18.0.0",
169-
"@pact-foundation/pact-core-linux-arm64-musl": "18.0.0",
170-
"@pact-foundation/pact-core-linux-x64-glibc": "18.0.0",
171-
"@pact-foundation/pact-core-linux-x64-musl": "18.0.0",
172-
"@pact-foundation/pact-core-windows-x64": "18.0.0"
166+
"@pact-foundation/pact-core-darwin-arm64": "18.1.0",
167+
"@pact-foundation/pact-core-darwin-x64": "18.1.0",
168+
"@pact-foundation/pact-core-linux-arm64-glibc": "18.1.0",
169+
"@pact-foundation/pact-core-linux-arm64-musl": "18.1.0",
170+
"@pact-foundation/pact-core-linux-x64-glibc": "18.1.0",
171+
"@pact-foundation/pact-core-linux-x64-musl": "18.1.0",
172+
"@pact-foundation/pact-core-windows-x64": "18.1.0"
173173
}
174174
}

0 commit comments

Comments
 (0)