From b1f2acd213b9a8b2ed74afaba0c3b5975fc3c2f5 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Mon, 21 Mar 2022 12:48:27 +0000 Subject: [PATCH] chore(release): 0.9.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f077714..a82361d 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.2](https://github.com/pact-foundation/jest-pact/compare/v0.9.1...v0.9.2) (2022-03-21) + + +### Bug Fixes + +* Add GH actions for release pipeline ([af82206](https://github.com/pact-foundation/jest-pact/commit/af822069941c9cf33fd3dc2f9fac794342d43900)) + ### [0.9.1](https://github.com/pact-foundation/jest-pact/compare/v0.9.0...v0.9.1) (2021-06-16) diff --git a/package.json b/package.json index 5dfab46..fcf7c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-pact", - "version": "0.9.1", + "version": "0.9.2", "description": "a pact adaptor for jest", "main": "dist/index.js", "scripts": {