Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 11, 2020
1 parent da7f454 commit 0d62872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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-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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0d62872

Please sign in to comment.