From baa97acb5728705f934ca4b08fdbc0ce7ff213d3 Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Sat, 18 Jul 2020 15:07:53 +1000 Subject: [PATCH] chore(release): 0.7.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df341b6..ab22a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [0.7.0](https://github.com/pact-foundation/jest-pact/compare/v0.6.0...v0.7.0) (2020-07-18) + + +### Features + +* **dsl:** Add xpactWith and fpactWith to improve the experience when skipping tests ([da82056](https://github.com/pact-foundation/jest-pact/commit/da82056a1c56e77e27f4fa52964f943959519310)) + ## [0.6.0](https://github.com/pact-foundation/jest-pact/compare/v0.5.4...v0.6.0) (2020-06-28) diff --git a/package.json b/package.json index 799091a..a35861d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-pact", - "version": "0.6.0", + "version": "0.7.0", "description": "a pact adaptor for jest", "main": "index.js", "scripts": {