Skip to content

Commit a62846b

Browse files
committed
chore(release): 0.9.0
1 parent b89a114 commit a62846b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [0.9.0](https://github.com/pact-foundation/jest-pact/compare/v0.8.3...v0.9.0) (2021-05-08)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Increased peerdeps for @pact-foundation/pact to 9.12.2 and above
11+
12+
### Bug Fixes
13+
14+
* Fix compile error when used with @pact-foundation/pact version 9.15.0 and above ([b89a114](https://github.com/pact-foundation/jest-pact/commit/b89a114921c126aa291a722d017ec4c44a834550))
15+
516
### [0.8.3](https://github.com/pact-foundation/jest-pact/compare/v0.8.2...v0.8.3) (2021-02-23)
617

718
### [0.8.2](https://github.com/pact-foundation/jest-pact/compare/v0.8.1...v0.8.2) (2021-02-23)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-pact",
3-
"version": "0.8.3",
3+
"version": "0.9.0",
44
"description": "a pact adaptor for jest",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)