Skip to content

Commit ef744d4

Browse files
committed
release: 0.4.1
1 parent 090ebbc commit ef744d4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Bug Fixes 🐛
6+
7+
- Deadlock under load by @timfish in [#36](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/36)
8+
39
## 0.4.0
410

511
### New Features ✨

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