From 2c927da006e6a3169837169daee2a9497556dc00 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Tue, 27 Nov 2018 21:37:34 -0800 Subject: [PATCH] chore(release): 7.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9417f2cf5..be9700f32 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.1.0](https://github.com/pact-foundation/pact-js/compare/v7.0.4...v7.1.0) (2018-11-28) + + +### Features + +* **apollo-graphql:** add Apollo specific GraphQL interface. Fixes [#254](https://github.com/pact-foundation/pact-js/issues/254) ([cab8328](https://github.com/pact-foundation/pact-js/commit/cab8328)) + + + ## [7.0.4](https://github.com/pact-foundation/pact-js/compare/v7.0.3...v7.0.4) (2018-11-24) diff --git a/package.json b/package.json index 223d411a1..6a9c00d6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "7.0.4", + "version": "7.1.0", "description": "Pact for all things Javascript", "main": "./pact.js", "types": "./pact.d.ts",