diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e62acc3a..60feab362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [4.3.1](https://github.com/pact-foundation/pact-js/compare/v4.3.0...v4.3.1) (2017-12-08) + + +### Bug Fixes + +* **pact-node:** update e2e tests with latest pact-node API ([a2828cf](https://github.com/pact-foundation/pact-js/commit/a2828cf)) + + + # [4.3.0](https://github.com/pact-foundation/pact-js/compare/v4.2.1...v4.3.0) (2017-12-08) diff --git a/package.json b/package.json index b73ee8a8b..639188a97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pact", - "version": "4.3.0", + "version": "4.3.1", "description": "Pact for all things Javascript", "main": "./src/pact.js", "types": "./src/pact.d.ts",