From 33d0ed4592584d3eb9b1f3175403e617b6f4f970 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Thu, 22 Dec 2022 18:13:45 +1100 Subject: [PATCH] chore(release): 10.17.7 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbda9f3..d9ec768d 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.17.7](https://github.com/pact-foundation/pact-node/compare/v10.17.6...v10.17.7) (2022-12-22) + + +### Fixes and Improvements + +* Update pact-ruby-standalone to 1.91.0, shortening the path for windows users ([7f5bd51](https://github.com/pact-foundation/pact-node/commit/7f5bd51148df2d10c2258b5831558dee9efdb8c5)) + ### [10.17.6](https://github.com/pact-foundation/pact-node/compare/v10.17.5...v10.17.6) (2022-07-06) ### [10.17.5](https://github.com/pact-foundation/pact-node/compare/v10.17.4...v10.17.5) (2022-07-06) diff --git a/package-lock.json b/package-lock.json index b4fc5af4..f7e40e55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact-node", - "version": "10.17.6", + "version": "10.17.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pact-foundation/pact-node", - "version": "10.17.6", + "version": "10.17.7", "cpu": [ "x64", "ia32", diff --git a/package.json b/package.json index a2538c73..ba4dcde3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.17.6", + "version": "10.17.7", "name": "@pact-foundation/pact-node", "description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.", "main": "src/index.js",