Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Apr 12, 2021
1 parent 40f6d7a commit 84e2582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

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.5.0](https://github.com/you54f/cypress-multi-reporters/compare/v1.4.0...v1.5.0) (2021-04-12)

## [1.4.0](https://github.com/you54f/cypress-multi-reporters/compare/v1.3.0...v1.4.0) (2020-05-12)


Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "cypress-multi-reporters",
"version": "1.4.0",
"version": "1.5.0",
"description": "Generate multiple mocha reports in a single mocha execution.",
"main": "index.js",
"nyc": {
Expand All @@ -14,7 +14,7 @@
"lint": "eslint .",
"test": "nyc mocha --require chai/register-expect --timeout 5000 tests/**/*.test.js*",
"deploy:prepare": "./scripts/create_npmrc_file.sh",
"release": "standard-version --release-as 1.4.0"
"release": "standard-version --release-as 1.5.0"
},
"author": "Stanley Ng <stanleyhlng77-dev@yahoo.com.hk",
"contributors": [
Expand Down

0 comments on commit 84e2582

Please sign in to comment.