@sentry/craft 0.29.2 → 0.30.1

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,25 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.30.1
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - fix: Use `unzipper.Open` to use CentralDirectory instead of local headers (#372) by @kamilogorek
8
+
9
+ ## 0.30.0
10
+
11
+ ### Various fixes & improvements
12
+
13
+ - deps: Update symbol-collector to 1.5.3 (#363) by @kamilogorek
14
+ - ref: Use default branch as merge target instead of parent detection (#355) by @kamilogorek
15
+
16
+ ## 0.29.3
17
+
18
+ ### Various fixes & improvements
19
+
20
+ - deps: Roll back to symbol-collector 1.4.2 (#362) by @kamilogorek
21
+ - meta(gha): Deploy workflow enforce-license-compliance.yml (#360) by @chadwhitacre
22
+
3
23
  ## 0.29.2
4
24
 
5
25
  ### Various fixes & improvements