@sentry/junior-github 0.43.0 → 0.44.0

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/SETUP.md +1 -0
  2. package/package.json +1 -1
package/SETUP.md CHANGED
@@ -13,6 +13,7 @@ In GitHub:
13
13
  - Issues: Read and write
14
14
  - Contents: Read and write
15
15
  - Pull requests: Read and write
16
+ - Actions: Read and write
16
17
  - Metadata: Read
17
18
 
18
19
  4. Create the app and generate a private key.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-github",
3
- "version": "0.43.0",
3
+ "version": "0.44.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"