Skip to content

Commit a38cfdb

Browse files
committed
release: 0.5.0
1 parent 213b6bc commit a38cfdb

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### New Features ✨
6+
7+
- Support Node v26 by @timfish in [#38](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/38)
8+
9+
### Internal Changes 🔧
10+
11+
- Remove changelog-preview.yml by @chargome in [#37](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/37)
12+
313
## 0.4.1
414

515
### Bug Fixes 🐛

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.4.1",
3+
"version": "0.5.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)