Skip to content

Commit 1a59355

Browse files
committed
fix(release): 1.6.3
1 parent 40c6844 commit 1a59355

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cypress-multi-reporters/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.3](https://github.com/you54f/cypress-multi-reporters/compare/v1.5.4...v1.6.3) (2023-03-13)
6+
57
### [1.6.2](https://github.com/you54f/cypress-multi-reporters/compare/v1.5.1...v1.6.2) (2022-12-09)
68

79

cypress-multi-reporters/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-multi-reporters",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Generate multiple mocha reports in a single mocha execution.",
55
"main": "index.js",
66
"nyc": {
@@ -14,7 +14,7 @@
1414
"lint": "eslint .",
1515
"test": "nyc mocha --require node_modules/chai/register-expect --timeout 5000 tests/**/*.test.js*",
1616
"deploy:prepare": "./scripts/create_npmrc_file.sh",
17-
"release": "standard-version --release-as 1.6.2",
17+
"release": "standard-version --release-as 1.6.3",
1818
"release:trigger": "./scripts/trigger-release.sh"
1919
},
2020
"author": "Stanley Ng <stanleyhlng77-dev@yahoo.com.hk",

0 commit comments

Comments
 (0)