@sentry/craft 0.33.1 → 0.33.4

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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.33.4
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Add additional context to error when version has a 'v' prefix (#411) by @mattgauntseo-sentry
8
+
9
+ ## 0.33.3
10
+
11
+ ### Various fixes & improvements
12
+
13
+ - bump dotnet 6 (#408) by @bruno-garcia
14
+ - ref: actually upgrade node-fetch (#407) by @asottile-sentry
15
+ - ref: upgrade yarn dependencies to resolve github security notices (#406) by @asottile-sentry
16
+ - build(deps): bump parse-url from 5.0.3 to 7.0.2 (#403) by @dependabot
17
+ - build(deps): bump jsdom from 16.4.0 to 16.7.0 (#402) by @dependabot
18
+ - build(deps-dev): bump shell-quote from 1.6.1 to 1.7.3 (#401) by @dependabot
19
+
20
+ ## 0.33.2
21
+
22
+ ### Various fixes & improvements
23
+
24
+ - fix: re-open asset when retrying asset upload (#398) by @asottile-sentry
25
+ - ref: Rework how GH artifacts upload retrying works (#397) by @kamilogorek
26
+ - ref: Disable Octokit debug logging as its not useful (#397) by @kamilogorek
27
+ - ref: Upload GitHub artifacts in parallel (#397) by @kamilogorek
28
+
3
29
  ## 0.33.1
4
30
 
5
31
  ### Various fixes & improvements