From fa5e1901d5c24a9d93cfc4fefd19a5f6584b767a Mon Sep 17 00:00:00 2001 From: mefellows Date: Sun, 28 Feb 2021 22:57:39 +0000 Subject: [PATCH] chore(release): 10.11.11 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d77f18..bbb1efe1 100755 --- 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. +### [10.11.11](https://github.com/pact-foundation/pact-node/compare/v10.11.10...v10.11.11) (2021-02-28) + + +### Fixes and Improvements + +* update standalone to 1.88.40 ([618fb9d](https://github.com/pact-foundation/pact-node/commit/618fb9de5790de9484b4c32f0103c2f754f843e9)) + ### [10.11.10](https://github.com/pact-foundation/pact-node/compare/v10.11.9...v10.11.10) (2021-02-25) diff --git a/package-lock.json b/package-lock.json index a116f6e1..a80da7df 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact-node", - "version": "10.11.10", + "version": "10.11.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f0b17fc2..ea4a4296 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact-node", - "version": "10.11.10", + "version": "10.11.11", "description": "A wrapper for the Ruby version of Pact to work within Node", "main": "src/index.js", "homepage": "https://github.com/pact-foundation/pact-node#readme",