diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5e3cf..1addf3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 96a70fc..3a8663e 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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