cypress-multi-reporters
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.6.1](https://github.com/you54f/cypress-multi-reporters/compare/v1.5.0...v1.6.1) (2022-06-09) | ||
### Features | ||
* start setting up mono repo ([c3eadfa](https://github.com/you54f/cypress-multi-reporters/commit/c3eadfa856e8c11814a0afdc76ca076d320ea039)) | ||
## [1.6.0](https://github.com/you54f/cypress-multi-reporters/compare/v1.5.0...v1.6.0) (2022-04-19) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "cypress-multi-reporters", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Generate multiple mocha reports in a single mocha execution.", | ||
@@ -50,3 +50,3 @@ "main": "index.js", | ||
"nyc": "15.1.0", | ||
"sinon": "13.0.1", | ||
"sinon": "13.0.2", | ||
"standard-version": "9.3.2" | ||
@@ -53,0 +53,0 @@ }, |
25273