From ea19b019852d1103c8d72bc90e8c1181841618ed Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Wed, 7 Nov 2018 12:43:57 -1000 Subject: [PATCH] chore(release): 7.0.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d2628d6..622bde1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [7.0.3](https://github.com/pact-foundation/pact-js/compare/v7.0.2...v7.0.3) (2018-11-07) + + +### Bug Fixes + +* apply logLevel to local logger ([6e31407](https://github.com/pact-foundation/pact-js/commit/6e31407)) + + + ## [7.0.2](https://github.com/pact-foundation/pact-js/compare/v7.0.1...v7.0.2) (2018-10-27) diff --git a/package.json b/package.json index 5c620dc7b..f888867eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "7.0.2", + "version": "7.0.3", "description": "Pact for all things Javascript", "main": "./pact.js", "types": "./pact.d.ts",