diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e32efebb..32895b167 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. +### [11.0.2](https://github.com/pact-foundation/pact-js/compare/v11.0.1...v11.0.2) (2023-03-09) + + +### Fixes and Improvements + +* v4 response builder for non-plugin interface ([4da4cb3](https://github.com/pact-foundation/pact-js/commit/4da4cb3e917c541a5633246d6c1f4c4a22d4e5fd)), closes [#1073](https://github.com/pact-foundation/pact-js/issues/1073) + ### [11.0.1](https://github.com/pact-foundation/pact-js/compare/v11.0.0...v11.0.1) (2023-03-09) diff --git a/package-lock.json b/package-lock.json index 8de37e886..501c52d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact", - "version": "11.0.1", + "version": "11.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pact-foundation/pact", - "version": "11.0.1", + "version": "11.0.2", "license": "MIT", "dependencies": { "@pact-foundation/pact-core": "^13.13.5", diff --git a/package.json b/package.json index 870b9b8be..55eb9cfb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "11.0.1", + "version": "11.0.2", "description": "Pact for all things Javascript", "main": "./src/index.js", "types": "./src/index.d.ts",