ci-slack-reporter 1.0.7-a2 → 1.0.7-a3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -94,7 +94,7 @@ class MyReporter {
94
94
  "type": "button",
95
95
  "text": {
96
96
  "type": "plain_text",
97
- "text": "Video recording",
97
+ "text": "Watch video",
98
98
  "emoji": true
99
99
  },
100
100
  "value": "click_me_123",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ci-slack-reporter",
3
- "version": "1.0.7a2",
3
+ "version": "1.0.7a3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {