Skip to content

Commit 32d0b46

Browse files
committed
chore(release): 0.4.2
1 parent 1610307 commit 32d0b46

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.4.2](https://github.com/YOU54F/jest-pact/compare/v0.3.0...v0.4.2) (2019-06-14)
6+
7+
8+
### Bug Fixes
9+
10+
* drop peer dep on Jest to 24.7.1 to match current create-react-app ([e8cc52b](https://github.com/YOU54F/jest-pact/commit/e8cc52b))
11+
12+
13+
514
### [0.4.1](https://github.com/YOU54F/jest-pact/compare/v0.4.0...v0.4.1) (2019-06-12)
615

716

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-pact",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "a pact adaptor for jest",
55
"main": "index.js",
66
"scripts": {
@@ -81,4 +81,4 @@
8181
"path": "./node_modules/cz-conventional-changelog"
8282
}
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)