@sentry/craft 0.30.0 → 0.32.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 +27 -0
- package/dist/craft +332 -332
- package/dist/craft.map +3 -3
- package/package.json +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.32.0
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- upgrade(simple-git): Use latest version, 3.6.0 (#381) by @BYK
|
|
8
|
+
- feat(changelog): Limit changes to current project folder (#379) by @BYK
|
|
9
|
+
- ci(lint): Make lint job work for external contributors (#378) by @BYK
|
|
10
|
+
|
|
11
|
+
## 0.31.0
|
|
12
|
+
|
|
13
|
+
### Increase Release Safety and Reliability (ongoing)
|
|
14
|
+
|
|
15
|
+
Work on increasing the release safety and reliability.
|
|
16
|
+
|
|
17
|
+
By: @BYK (#370)
|
|
18
|
+
|
|
19
|
+
### Various fixes & improvements
|
|
20
|
+
|
|
21
|
+
- ci: Use better key for getsentry/action-enforce-license-compliance if available (#377) by @chadwhitacre
|
|
22
|
+
- Use a custom action (#375) by @chadwhitacre
|
|
23
|
+
|
|
24
|
+
## 0.30.1
|
|
25
|
+
|
|
26
|
+
### Various fixes & improvements
|
|
27
|
+
|
|
28
|
+
- fix: Use `unzipper.Open` to use CentralDirectory instead of local headers (#372) by @kamilogorek
|
|
29
|
+
|
|
3
30
|
## 0.30.0
|
|
4
31
|
|
|
5
32
|
### Various fixes & improvements
|