diff --git a/CHANGELOG.md b/CHANGELOG.md index aa548dc..87272d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.2.2](https://github.com/you54f/cypress-multi-reporters/compare/v1.2.1...v1.2.2) (2019-10-17) + + + ### [1.2.1](https://github.com/you54f/cypress-multi-reporters/compare/v1.2.0...v1.2.1) (2019-08-07) diff --git a/package.json b/package.json index cfd300f..13e4a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-multi-reporters", - "version": "1.2.1", + "version": "1.2.2", "description": "Generate multiple mocha reports in a single mocha execution.", "main": "index.js", "scripts": {