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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 12, 2020
1 parent 90a3338 commit 40b0868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0](https://github.com/you54f/cypress-multi-reporters/compare/v1.3.0...v1.4.0) (2020-05-12)



## [1.3.0](https://github.com/you54f/cypress-multi-reporters/compare/v1.2.4...v1.3.0) (2020-05-11)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-multi-reporters",
"version": "1.3.0",
"version": "1.4.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.3.0"
"release": "standard-version --release-as 1.4.0"
},
"author": "Stanley Ng <[email protected]",
"contributors": [
Expand Down

0 comments on commit 40b0868

Please sign in to comment.