Skip to content

Commit b2dfa2a

Browse files
committed
chore(release): 0.9.0
1 parent db5c2dd commit b2dfa2a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
## [0.9.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.8.0...v0.9.0) (2020-06-10)
6+
57
## [0.8.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.7.1...v0.8.0) (2020-05-26)
68

79

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-slack-reporter",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A slack reporter for mochawesome reports generated by Cypress or other test frameworks using Mocha, for runs generated on CircleCI",
55
"main": "./bin/index.js",
66
"bin": {
@@ -42,7 +42,7 @@
4242
"ci": "npm run test:ci && rimraf ./bin && npm run compile",
4343
"ship-it": "npm run pre-publish && npm publish",
4444
"deploy:prepare": "./scripts/create_npmrc_file.sh",
45-
"release": "standard-version --release-as 0.8.0"
45+
"release": "standard-version --release-as 0.9.0"
4646
},
4747
"dependencies": {
4848
"@slack/types": "^1.0.0",

0 commit comments

Comments
 (0)