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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 11, 2020
1 parent 007fab8 commit 9a100da
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.3.0](https://github.com/you54f/cypress-multi-reporters/compare/v1.2.4...v1.3.0) (2020-05-11)



### [1.2.4](https://github.com/you54f/cypress-multi-reporters/compare/v1.2.3...v1.2.4) (2020-02-12)


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.2.4",
"version": "1.3.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": "standard-version --release-as 1.3.0"
},
"author": "Stanley Ng <[email protected]",
"contributors": [
Expand Down

0 comments on commit 9a100da

Please sign in to comment.