From 72edca9bea04aa8c2e7333e698121e1e4c22d3de Mon Sep 17 00:00:00 2001 From: hdorgeval Date: Thu, 6 Aug 2020 20:42:47 +0200 Subject: [PATCH] chore(release): bump version to v6.1.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d5d3a..b28c520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [6.1.1] - 2020-08-06 + +### Fixed + +- fix(browserstack): filter errors by testRunId instead of browser name + ## [6.1.0] - 2020-07-23 ### Added diff --git a/package-lock.json b/package-lock.json index a2c52f3..bdefd6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "testcafe-reporter-cucumber-json", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 31c3cee..e0f2d31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testcafe-reporter-cucumber-json", - "version": "6.1.0", + "version": "6.1.1", "description": "Cucumber JSON TestCafe reporter plugin.", "main": "lib/index.js", "typings": "lib/index.d.ts",