@sentry/craft 0.33.0 → 0.33.3
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.
- package/CHANGELOG.md +26 -0
- package/dist/craft +305 -455
- package/dist/craft.map +3 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.33.3
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- bump dotnet 6 (#408) by @bruno-garcia
|
|
8
|
+
- ref: actually upgrade node-fetch (#407) by @asottile-sentry
|
|
9
|
+
- ref: upgrade yarn dependencies to resolve github security notices (#406) by @asottile-sentry
|
|
10
|
+
- build(deps): bump parse-url from 5.0.3 to 7.0.2 (#403) by @dependabot
|
|
11
|
+
- build(deps): bump jsdom from 16.4.0 to 16.7.0 (#402) by @dependabot
|
|
12
|
+
- build(deps-dev): bump shell-quote from 1.6.1 to 1.7.3 (#401) by @dependabot
|
|
13
|
+
|
|
14
|
+
## 0.33.2
|
|
15
|
+
|
|
16
|
+
### Various fixes & improvements
|
|
17
|
+
|
|
18
|
+
- fix: re-open asset when retrying asset upload (#398) by @asottile-sentry
|
|
19
|
+
- ref: Rework how GH artifacts upload retrying works (#397) by @kamilogorek
|
|
20
|
+
- ref: Disable Octokit debug logging as its not useful (#397) by @kamilogorek
|
|
21
|
+
- ref: Upload GitHub artifacts in parallel (#397) by @kamilogorek
|
|
22
|
+
|
|
23
|
+
## 0.33.1
|
|
24
|
+
|
|
25
|
+
### Various fixes & improvements
|
|
26
|
+
|
|
27
|
+
- fix(crates): Resume workspace publish (#392) by @jan-auer
|
|
28
|
+
|
|
3
29
|
## 0.33.0
|
|
4
30
|
|
|
5
31
|
### Various fixes & improvements
|