diff --git a/CHANGELOG.md b/CHANGELOG.md index d8853f623..6f4e333ee 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. +## [12.3.0](https://github.com/pact-foundation/pact-js/compare/v12.2.0...v12.3.0) (2024-02-28) + + +### Features + +* allow v3 matchers in message metadata ([58b1251](https://github.com/pact-foundation/pact-js/commit/58b125133b80327597702ebf7246bc47ad9c8da8)) + ## [12.2.0](https://github.com/pact-foundation/pact-js/compare/v12.1.3...v12.2.0) (2024-02-09) diff --git a/package-lock.json b/package-lock.json index a5fa0f4fa..234ad08f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact", - "version": "12.2.0", + "version": "12.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pact-foundation/pact", - "version": "12.2.0", + "version": "12.3.0", "license": "MIT", "dependencies": { "@pact-foundation/pact-core": "^14.3.0", diff --git a/package.json b/package.json index 588411f3c..4d3d4f09c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "12.2.0", + "version": "12.3.0", "description": "Pact for all things Javascript", "main": "./src/index.js", "types": "./src/index.d.ts",