From 9a100da8e5e8e39b63270543fdfdcc4f2618f128 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Mon, 11 May 2020 17:02:57 +0100 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 535978c..2d5e3cf 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.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) diff --git a/package.json b/package.json index fc879c2..8722061 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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