Skip to content

Commit 78d1e16

Browse files
committed
chore(release): 8.0.4
1 parent 38a5935 commit 78d1e16

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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+
<a name="8.0.4"></a>
6+
## [8.0.4](https://github.com/pact-foundation/pact-js/compare/v8.0.2...v8.0.4) (2019-03-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **messages:** prevent message proxy from running twice ([50219b1](https://github.com/pact-foundation/pact-js/commit/50219b1))
12+
* **veriry:** allow self-signed certificates in provider verification. Fixes [#280](https://github.com/pact-foundation/pact-js/issues/280) ([122eb24](https://github.com/pact-foundation/pact-js/commit/122eb24))
13+
14+
15+
516
<a name="8.0.3"></a>
617
## [8.0.3](https://github.com/pact-foundation/pact-js/compare/v8.0.2...v8.0.3) (2019-03-11)
718

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact",
3-
"version": "8.0.3",
3+
"version": "8.0.4",
44
"description": "Pact for all things Javascript",
55
"main": "./pact.js",
66
"types": "./pact.d.ts",

0 commit comments

Comments
 (0)