@sentry/craft 0.33.4 → 0.33.6
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 +16 -0
- package/dist/craft +232 -232
- package/dist/craft.map +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.33.6
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- upgrade minimatch (#429) by @asottile-sentry
|
|
8
|
+
- ci(volta-cli): Switch to getsentry/action-setup-volta. This will addr… (#428) by @mattgauntseo-sentry
|
|
9
|
+
- Bump action versions (#426) by @mattgauntseo-sentry
|
|
10
|
+
- Update actions/upload-artifact to v3.1.1 (#425) by @mattgauntseo-sentry
|
|
11
|
+
- build(deps): bump parse-url from 7.0.2 to 8.1.0 (#416) by @dependabot
|
|
12
|
+
|
|
13
|
+
## 0.33.5
|
|
14
|
+
|
|
15
|
+
### Various fixes & improvements
|
|
16
|
+
|
|
17
|
+
- Adding delay between retries for getting artifacts. (#414) by @mattgauntseo-sentry
|
|
18
|
+
|
|
3
19
|
## 0.33.4
|
|
4
20
|
|
|
5
21
|
### Various fixes & improvements
|