diff --git a/CHANGELOG.md b/CHANGELOG.md index 00328c83e..7e2c29543 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. +### [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) diff --git a/package.json b/package.json index 507826056..5faf69384 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",