@sentry/craft 0.31.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 +8 -0
- package/dist/craft +332 -332
- package/dist/craft.map +3 -3
- package/package.json +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 0.31.0
|
|
4
12
|
|
|
5
13
|
### Increase Release Safety and Reliability (ongoing)
|