@sentry/cli 1.72.1 → 1.72.2
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
|
|
4
4
|
|
|
5
|
+
## 1.72.2
|
|
6
|
+
|
|
7
|
+
* feat: Use default xcode values for plist struct (#1111)
|
|
8
|
+
* fix: Fixes a panic when inspecting debug files larger than 4GB (#1117)
|
|
9
|
+
* ref: Update log message when bundle ID is missing (#1113)
|
|
10
|
+
|
|
5
11
|
## 1.72.1
|
|
6
12
|
|
|
7
13
|
* fix: Dont include `debug_id` during assemble when not PDBs are not supported (#1110)
|
package/package.json
CHANGED