We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 213b6bc + a38cfdb commit 9303e18Copy full SHA for 9303e18
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## 0.4.1
14
15
### Bug Fixes 🐛
package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/node-native-stacktrace",
- "version": "0.4.1",
+ "version": "0.5.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "git://github.com/getsentry/sentry-javascript-node-native-stacktrace.git",
0 commit comments