diff --git a/CHANGELOG.md b/CHANGELOG.md index 54088b57b..118231346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.6.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.5.7...v0.6.0) (2020-05-11) + ### [0.5.7](https://github.com/you54f/cypress-slack-reporter/compare/v0.5.6...v0.5.7) (2020-05-11) ### [0.5.6](https://github.com/you54f/cypress-slack-reporter/compare/v0.5.5...v0.5.6) (2020-05-11) diff --git a/package.json b/package.json index efe841993..c8edf5cf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-slack-reporter", - "version": "0.5.7", + "version": "0.6.0", "description": "A slack reporter for mochawesome reports generated by Cypress or other test frameworks using Mocha, for runs generated on CircleCI", "main": "./bin/index.js", "bin": { @@ -41,7 +41,7 @@ "ci": "npm run test:ci && rimraf ./bin && npm run compile", "ship-it": "npm run pre-publish && npm publish", "deploy:prepare": "./scripts/create_npmrc_file.sh", - "release": "standard-version -- --release-as 0.6.0" + "release": "standard-version --release-as 0.6.0" }, "dependencies": { "@slack/types": "^1.0.0",