From 24762f99ea90a7dcd6e409b4446dceab9b593206 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Mon, 21 Mar 2022 13:00:27 +0000 Subject: [PATCH] chore(release): 0.9.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82361d..9f9237f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.9.3](https://github.com/pact-foundation/jest-pact/compare/v0.9.2...v0.9.3) (2022-03-21) + + +### Features + +* Release GH actions by removing dryRun flag ([3778ee3](https://github.com/pact-foundation/jest-pact/commit/3778ee32caac1d774bb796ea64742fc049368ec6)) + ### [0.9.2](https://github.com/pact-foundation/jest-pact/compare/v0.9.1...v0.9.2) (2022-03-21) diff --git a/package.json b/package.json index 60e4731..2818de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-pact", - "version": "0.9.2", + "version": "0.9.3", "description": "a pact adaptor for jest", "main": "dist/index.js", "scripts": {