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 8be3f3b + 5fa1092 commit 45bc131Copy full SHA for 45bc131
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.5.1
4
+
5
+### Internal Changes 🔧
6
7
+- Rename node native stacktrace package by @logaretm in [#40](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/40)
8
9
## 0.5.0
10
11
### New Features ✨
package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/node-native-stacktrace",
- "version": "0.5.0",
+ "version": "0.5.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "git://github.com/getsentry/sentry-javascript-node-native-stacktrace.git",
0 commit comments