You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
3
+
## 0.4.0
4
+
5
+
### New Features ✨
6
+
7
+
- Support V8 v14 by @timfish in [#32](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/32)
8
+
9
+
### Bug Fixes 🐛
10
+
11
+
- (security) Replace execSync with execFileSync to prevent command injection by @fix-it-felix-sentry in [#30](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/30)
12
+
13
+
### Internal Changes 🔧
14
+
15
+
#### Release
16
+
17
+
- Fix changelog-preview permissions by @BYK in [#29](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/29)
18
+
- Bump Craft version to fix issues by @BYK in [#27](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/27)
19
+
- Switch from action-prepare-release to Craft by @BYK in [#25](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/25)
20
+
21
+
#### Other
22
+
23
+
- Update Craft version by @timfish in [#34](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/34)
24
+
- Enable Craft auto changelog by @timfish in [#33](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/33)
25
+
- Pin GitHub Actions to full-length commit SHAs by @joshuarli in [#31](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/31)
26
+
- Use pull_request_target for changelog preview by @BYK in [#28](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/28)
27
+
-`macos-13` deprecation by @timfish in [#26](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/26)
28
+
3
29
## 0.3.0
4
30
5
31
- feat: Capture thread state from `AsyncLocalStorage` store (#24)
0 commit comments