@sentry/cli 1.72.0 → 1.72.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
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.1
6
+
7
+ * fix: Dont include `debug_id` during assemble when not PDBs are not supported (#1110)
8
+ * ref: Remove all release files instantaneously with `--all` flag (#1108)
9
+
5
10
  ## 1.72.0
6
11
 
7
12
  * feat: Add `CUSTOM_HEADER` support to JS wrapper (#1077)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "1.72.0",
3
+ "version": "1.72.1",
4
4
  "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
5
5
  "homepage": "https://docs.sentry.io/hosted/learn/cli/",
6
6
  "license": "BSD-3-Clause",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "https-proxy-agent": "^5.0.0",
39
39
  "mkdirp": "^0.5.5",
40
- "node-fetch": "^2.6.0",
40
+ "node-fetch": "^2.6.7",
41
41
  "npmlog": "^4.1.2",
42
42
  "progress": "^2.0.3",
43
43
  "proxy-from-env": "^1.1.0"