From 9d99882418aa31f9cb2e3e5209485b548e4b4e48 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Sat, 8 Jun 2019 00:00:33 +0100 Subject: [PATCH] chore(release): 1.1.22 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1560f..dba0ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [1.1.22](https://github.com/you54f/cypress-multi-reporters/compare/v1.1.12...v1.1.22) (2019-06-07) + + +### Bug Fixes + +* make compatible with mocha 6+ and earlier versions ([b8db10c](https://github.com/you54f/cypress-multi-reporters/commit/b8db10c)) + + + ### [1.1.21](https://github.com/you54f/cypress-multi-reporters/compare/v1.1.20...v1.1.21) (2019-06-03) diff --git a/package.json b/package.json index 049f730..b992215 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-multi-reporters", - "version": "1.1.21", + "version": "1.1.22", "description": "Generate multiple mocha reports in a single mocha execution.", "main": "index.js", "scripts": {