Skip to content

Commit 5b8d204

Browse files
committed
chore(release): 1.2.0
1 parent 7f7b67b commit 5b8d204

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+
## [1.2.0](https://github.com/you54f/cypress-slack-reporter/compare/v1.0.3...v1.2.0) (2021-05-05)
6+
57
### [1.1.9-alpha](https://github.com/you54f/cypress-slack-reporter/compare/v1.0.3...v1.1.9-alpha) (2021-04-29)
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": "1.1.9-alpha",
3+
"version": "1.2.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 1.1.9-alpha"
45+
"release": "standard-version --release-as 1.2.0"
4646
},
4747
"dependencies": {
4848
"@slack/types": "^1.0.0",

0 commit comments

Comments
 (0)