From 8bd766088ff28bf8348023339bae758001b27539 Mon Sep 17 00:00:00 2001 From: Dmitriy Lazarev Date: Thu, 10 Sep 2020 17:09:41 +0500 Subject: [PATCH] v0.7.0-beta.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca0fbe0..1a2f1663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.7.0-beta.2](https://github.com/wKich/creevey/compare/v0.7.0-beta.1...v0.7.0-beta.2) (2020-09-10) + +### Bug Fixes + +- 🐛 exit master process with after hook ([e90adfb](https://github.com/wKich/creevey/commit/e90adfb603a5b48a0e085843df03b074923201d5)) + # [0.7.0-beta.1](https://github.com/wKich/creevey/compare/v0.7.0-beta.0...v0.7.0-beta.1) (2020-09-08) ### Bug Fixes diff --git a/package.json b/package.json index e958e5ae..ebaedaeb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "creevey", "description": "creevey is a tool for automated visual testing, that tightly integrated with storybook", - "version": "0.7.0-beta.1", + "version": "0.7.0-beta.2", "bin": { "creevey": "./lib/cli.js" },