diff --git a/CHANGELOG.md b/CHANGELOG.md index da22cf851..ae4a57a73 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1.3](https://github.com/pact-foundation/pact-js/compare/v12.1.2...v12.1.3) (2024-01-23) + + +### Fixes and Improvements + +* **ci:** update matt plugin provider test ([db37296](https://github.com/pact-foundation/pact-js/commit/db3729626b92d4d8342e2c403024cae7f9a39350)) +* support multiple states with same name ([36dfb4f](https://github.com/pact-foundation/pact-js/commit/36dfb4f70b383d1bd59476ea37f219f2c3679e04)), closes [#848](https://github.com/pact-foundation/pact-js/issues/848) + ### [12.1.2](https://github.com/pact-foundation/pact-js/compare/v12.1.1...v12.1.2) (2024-01-07) diff --git a/package-lock.json b/package-lock.json index c8e6bcc0b..730de317b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact", - "version": "12.1.2", + "version": "12.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pact-foundation/pact", - "version": "12.1.2", + "version": "12.1.3", "license": "MIT", "dependencies": { "@pact-foundation/pact-core": "^14.1.1", diff --git a/package.json b/package.json index 7892037fa..8dfdc806a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "12.1.2", + "version": "12.1.3", "description": "Pact for all things Javascript", "main": "./src/index.js", "types": "./src/index.d.ts",