From 9390b475aedba2c9a81c5ecbdb7d2c15204ec51c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Dec 2020 19:01:08 +0000 Subject: [PATCH] chore(release): 0.13.5 [skip ci] ## [0.13.5](https://github.com/ryparker/jest-circus-allure-environment/compare/v0.13.4...v0.13.5) (2020-12-23) ### Bug Fixes * **allure-reporter.ts:** passing test through pragma methods ([c8a35f6](https://github.com/ryparker/jest-circus-allure-environment/commit/c8a35f63359497165136dcbc5776ba22814ced1b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea5d10..f049b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.5](https://github.com/ryparker/jest-circus-allure-environment/compare/v0.13.4...v0.13.5) (2020-12-23) + + +### Bug Fixes + +* **allure-reporter.ts:** passing test through pragma methods ([c8a35f6](https://github.com/ryparker/jest-circus-allure-environment/commit/c8a35f63359497165136dcbc5776ba22814ced1b)) + ## [0.13.4](https://github.com/ryparker/jest-circus-allure-environment/compare/v0.13.3...v0.13.4) (2020-12-23) diff --git a/package.json b/package.json index 7c612b6..ca59132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-circus-allure-environment", - "version": "0.13.4", + "version": "0.13.5", "repository": "https://github.com/ryparker/jest-circus-allure-environment.git", "author": "Ryan Parker ", "license": "MIT",