Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 5, 2020
1 parent 1493f4a commit 3dda557
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.10.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.9.0...v0.10.0) (2020-07-05)


### Features

* allow multiple webhooks per msg and diff hook per status ([ba14f5c](https://github.com/you54f/cypress-slack-reporter/commit/ba14f5c8f02e43b834b217ad0fc5e72dda0fec29))

## [0.9.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.8.0...v0.9.0) (2020-06-10)

## [0.8.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.7.1...v0.8.0) (2020-05-26)
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.9.0",
"version": "0.10.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 @@ -42,7 +42,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.9.0"
"release": "standard-version --release-as 0.10.0"
},
"dependencies": {
"@slack/types": "^1.0.0",
Expand Down

0 comments on commit 3dda557

Please sign in to comment.