diff --git a/CHANGELOG.md b/CHANGELOG.md index ea124603..3b4f398f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 13.18.2 (2023-05-27) + + +### Fixes and Improvements + +* node-gyp-build for resolution only ([fceb1cf](https://github.com/pact-foundation/pact-js-core/commit/fceb1cf2cd091b0858f73b6184398df392aa061a)) + ## 13.18.1 (2023-05-27) diff --git a/package-lock.json b/package-lock.json index 4058f197..50e25fe1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@you54f/pact-core", - "version": "13.18.1", + "version": "13.18.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@you54f/pact-core", - "version": "13.18.1", + "version": "13.18.2", "cpu": [ "x64", "ia32", diff --git a/package.json b/package.json index 56bed103..8a0e6295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@you54f/pact-core", - "version": "13.18.1", + "version": "13.18.2", "description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.", "main": "src/index.js", "homepage": "https://github.com/pact-foundation/pact-js-core#readme",