diff --git a/CHANGELOG.md b/CHANGELOG.md index a43ad1a..9d42228 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. +## [15.0.5](https://github.com/pact-foundation/pact-js-cli/compare/v15.0.4...v15.0.5) (2024-08-21) + + +### Fixes and Improvements + +* update standalone to 2.4.12 ([73a2169](https://github.com/pact-foundation/pact-js-cli/commit/73a216992bcb8f5c5339ec0285cd8d0daff004f4)) + ## [15.0.4](https://github.com/pact-foundation/pact-js-cli/compare/v15.0.3...v15.0.4) (2024-08-12) diff --git a/package-lock.json b/package-lock.json index a19aafc..2c2b005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact-cli", - "version": "15.0.4", + "version": "15.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pact-foundation/pact-cli", - "version": "15.0.4", + "version": "15.0.5", "cpu": [ "x64", "ia32", diff --git a/package.json b/package.json index c1d40de..d775d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact-cli", - "version": "15.0.4", + "version": "15.0.5", "description": "Broker CLI for @pact-foundation/pact", "main": "src/index.js", "homepage": "https://github.com/pact-foundation/pact-js-cli#readme",