From 0a58184723f7c29b4cb44cafae6d7029fdebc67f Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Thu, 7 Dec 2017 09:01:17 +1100 Subject: [PATCH] chore(release): 5.0.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27de569e..800f07c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [5.0.3](https://github.com/pact-foundation/pact-js/compare/v5.0.2...v5.0.3) (2017-12-06) + + + # [5.0.0](https://github.com/pact-foundation/pact-js/compare/v4.2.1...v5.0.0) (2017-12-06) diff --git a/package.json b/package.json index 0e9227cd6..44c36d997 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "5.0.3-beta", + "version": "5.0.3", "description": "Pact for all things Javascript", "main": "./pact.js", "types": "./pact.d.ts",