Skip to content

Commit 64778ef

Browse files
committed
chore(release): 1.0.0
1 parent ac2200b commit 64778ef

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.0.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.10.0...v1.0.0) (2020-07-19)
6+
7+
8+
### Features
9+
10+
* allow accessControlLevel to be set in s3-batch-upload ([797bf8b](https://github.com/you54f/cypress-slack-reporter/commit/797bf8b932679fef12f38215e2f0a3bc7c2f7475))
11+
* async refactor + customText, fault tolerant and initial BB support ([4c4a602](https://github.com/you54f/cypress-slack-reporter/commit/4c4a6022aaf74537152bd0e5f0af643b81a7a519))
12+
* s3 uploader works and returns upload paths ([90d7e85](https://github.com/you54f/cypress-slack-reporter/commit/90d7e855836ea74f9ba075298a00ffff6f3afb95))
13+
514
## [0.10.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.9.0...v0.10.0) (2020-07-05)
615

716

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-slack-reporter",
3-
"version": "0.10.0",
3+
"version": "1.0.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.10.0"
45+
"release": "standard-version --release-as 1.0.0"
4646
},
4747
"dependencies": {
4848
"@slack/types": "^1.0.0",

0 commit comments

Comments
 (0)