Skip to content

Commit 0f8457a

Browse files
committed
chore(release): 1.6.4
1 parent df82ddb commit 0f8457a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

cypress-multi-reporters/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.6.4](https://github.com/you54f/cypress-multi-reporters/compare/v1.6.3...v1.6.4) (2023-10-24)
6+
7+
8+
### Bug Fixes
9+
10+
* **cypress-multi-reporters:** passing `reportOption` as an alias of `reportOptions` to match expectations in mocha ([15ed727](https://github.com/you54f/cypress-multi-reporters/commit/15ed727aa2b773d7d9d5d5f021bb9babbe3da594))
11+
512
### [1.6.3](https://github.com/you54f/cypress-multi-reporters/compare/v1.5.4...v1.6.3) (2023-10-24)
613

714

cypress-multi-reporters/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cypress-multi-reporters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-multi-reporters",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Generate multiple mocha reports in a single mocha execution.",
55
"main": "index.js",
66
"nyc": {

0 commit comments

Comments
 (0)