Skip to content

Commit d8fb499

Browse files
committed
chore(release): 10.4.0
1 parent b57a43e commit d8fb499

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [10.4.0](https://github.com/pact-foundation/pact-js/compare/v10.3.1...v10.4.0) (2022-12-09)
6+
7+
8+
### Features
9+
10+
* add support for rendering plugin content mismatches ([2185693](https://github.com/pact-foundation/pact-js/commit/2185693dc1557b723c4f4dfd03d5de2c20f49466))
11+
* upgrade to latest pact-core ([0b56823](https://github.com/pact-foundation/pact-js/commit/0b56823ac20928d3721ffcd43da0126958bef4af))
12+
13+
14+
### Fixes and Improvements
15+
16+
* Export `VerifierOptions` as a root export ([bbcccc8](https://github.com/pact-foundation/pact-js/commit/bbcccc838465a521e83d3cba0bb4dea6652e4c19))
17+
* missing min in v3 eachLike pact-foundation/pact-js[#958](https://github.com/pact-foundation/pact-js/issues/958) ([18dbfd4](https://github.com/pact-foundation/pact-js/commit/18dbfd4555e70fc0623c7d80985ee112cd150a1b))
18+
* Remove unnecessary dependency @types/bluebird (also removed bluebird internally) ([56efeb3](https://github.com/pact-foundation/pact-js/commit/56efeb38b6ae5dc21020b9792a9d22373aa99b68))
19+
* support multiple header values with matchers ([ccd95bb](https://github.com/pact-foundation/pact-js/commit/ccd95bb66f541efc339eedb0baf630a9f82f1f35)), closes [#964](https://github.com/pact-foundation/pact-js/issues/964)
20+
521
### [10.3.1](https://github.com/pact-foundation/pact-js/compare/v10.3.0...v10.3.1) (2022-11-30)
622

723

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact",
3-
"version": "10.3.1",
3+
"version": "10.4.0",
44
"description": "Pact for all things Javascript",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)