Skip to content

Commit c071333

Browse files
committed
release: 0.4.0
1 parent 03016f8 commit c071333

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

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+
329
## 0.3.0
430

531
- feat: Capture thread state from `AsyncLocalStorage` store (#24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-native-stacktrace",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"repository": "git://github.com/getsentry/sentry-javascript-node-native-stacktrace.git",

0 commit comments

Comments
 (0)