@sentry/craft 0.27.3 → 0.27.4
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 +7 -0
- package/dist/craft +132 -132
- package/dist/craft.map +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.27.4
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- fix(crates): Skip path-only dev-dependencies in dep cycle checking (#341) by @Swatinem
|
|
8
|
+
- Limit the number of leftovers listed (#335) by @chadwhitacre
|
|
9
|
+
|
|
3
10
|
## 0.27.3
|
|
4
11
|
|
|
5
12
|
### Various fixes & improvements
|