Skip to content

Commit 9fbbdf9

Browse files
committed
chore(release): 11.0.0
1 parent 1241970 commit 9fbbdf9

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

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+
## [11.0.0](https://github.com/pact-foundation/pact-js/compare/v10.4.1...v11.0.0) (2023-03-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Rename the message-pact state handler type to `MessageStateHandlers` from `StateHandlers` avoiding the conflicting type problem introduced in #882. Fixes #1057
11+
12+
### Fixes and Improvements
13+
14+
* Remove all references to `AnyTemplate` and deprecate the type. See [#1054](https://github.com/pact-foundation/pact-js/issues/1054) for details ([c7edb7e](https://github.com/pact-foundation/pact-js/commit/c7edb7ed4909884c232f6a419cdaf9e52394ad0c))
15+
* Rename the message-pact state handler type to `MessageStateHandlers` from `StateHandlers` avoiding the conflicting type problem introduced in [#882](https://github.com/pact-foundation/pact-js/issues/882). Fixes [#1057](https://github.com/pact-foundation/pact-js/issues/1057) ([9be81ce](https://github.com/pact-foundation/pact-js/commit/9be81ce301a324a7b13d0374851e9903556b4cd6))
16+
* Widen types for V3 matchers, avoiding AnyTemplate errors. This has the side effect that functions, Dates and other inappropriate types can now be passed to matchers, and the benefit that people using interfaces don't get spurious errors. Fixes [#1054](https://github.com/pact-foundation/pact-js/issues/1054) ([0803cdf](https://github.com/pact-foundation/pact-js/commit/0803cdf8cc882176651e9570223f3c184ada29d2))
17+
518
### [10.4.1](https://github.com/pact-foundation/pact-js/compare/v10.4.0...v10.4.1) (2023-01-23)
619

720

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.4.1",
3+
"version": "11.0.0",
44
"description": "Pact for all things Javascript",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)