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