diff --git a/CHANGELOG.md b/CHANGELOG.md index 136c41dfe..e7d209b31 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.5.1](https://github.com/pact-foundation/pact-js/compare/v12.5.0...v12.5.1) (2024-05-30) + + +### Fixes and Improvements + +* prevent non-number use in number matcher ([0db6f7f](https://github.com/pact-foundation/pact-js/commit/0db6f7ff20d6a753ecc504fccff435d2030de54c)) + ## [12.5.0](https://github.com/pact-foundation/pact-js/compare/v12.4.0...v12.5.0) (2024-04-26) diff --git a/package-lock.json b/package-lock.json index 3c7fdd884..41c0c01c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "12.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "12.5.1", "license": "MIT", "dependencies": { "@pact-foundation/pact-core": "^14.3.4", diff --git a/package.json b/package.json index 2e5e073b5..02787616c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "12.5.1", "description": "Pact for all things Javascript", "main": "./src/index.js", "types": "./src/index.d.ts",