@sentry/craft 0.29.3 → 0.31.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.
- package/CHANGELOG.md +26 -0
- package/dist/craft +229 -229
- package/dist/craft.map +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.31.0
|
|
4
|
+
|
|
5
|
+
### Increase Release Safety and Reliability (ongoing)
|
|
6
|
+
|
|
7
|
+
Work on increasing the release safety and reliability.
|
|
8
|
+
|
|
9
|
+
By: @BYK (#370)
|
|
10
|
+
|
|
11
|
+
### Various fixes & improvements
|
|
12
|
+
|
|
13
|
+
- ci: Use better key for getsentry/action-enforce-license-compliance if available (#377) by @chadwhitacre
|
|
14
|
+
- Use a custom action (#375) by @chadwhitacre
|
|
15
|
+
|
|
16
|
+
## 0.30.1
|
|
17
|
+
|
|
18
|
+
### Various fixes & improvements
|
|
19
|
+
|
|
20
|
+
- fix: Use `unzipper.Open` to use CentralDirectory instead of local headers (#372) by @kamilogorek
|
|
21
|
+
|
|
22
|
+
## 0.30.0
|
|
23
|
+
|
|
24
|
+
### Various fixes & improvements
|
|
25
|
+
|
|
26
|
+
- deps: Update symbol-collector to 1.5.3 (#363) by @kamilogorek
|
|
27
|
+
- ref: Use default branch as merge target instead of parent detection (#355) by @kamilogorek
|
|
28
|
+
|
|
3
29
|
## 0.29.3
|
|
4
30
|
|
|
5
31
|
### Various fixes & improvements
|