Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 19, 2020
1 parent 64778ef commit 351a85f
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.

### [1.0.2](https://github.com/you54f/cypress-slack-reporter/compare/v1.0.0...v1.0.2) (2020-07-19)

## [1.0.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.10.0...v1.0.0) (2020-07-19)


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": "1.0.0",
"version": "1.0.2",
"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 1.0.0"
"release": "standard-version --release-as 1.0.2"
},
"dependencies": {
"@slack/types": "^1.0.0",
Expand Down

0 comments on commit 351a85f

Please sign in to comment.