Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit aaded25

Browse files
committed
release: 0.1.0-alpha.1
1 parent 6363204 commit aaded25

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.1.0-alpha.1
2+
3+
### Various fixes & improvements
4+
5+
- fix(linux): if dlopen fails, build from source (63632046) by @JonasBa
6+
- fix(build): avoid from compiling the build script (#98) by @JonasBa
7+
- fix(test): remove only (6cd37259) by @JonasBa
8+
- feat(ci): run jest with --silent (#96) by @JonasBa
9+
- feat(profiling): add profile context (#95) by @JonasBa
10+
- feat(profiling): discard profiles with <= 1 sample (#94) by @JonasBa
11+
- build(binaries): prebuild binaries for more arch (#92) by @JonasBa
12+
113
## 0.0.13
214

315
### Various fixes & improvements

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/profiling-node",
3-
"version": "0.0.13",
3+
"version": "0.1.0-alpha.1",
44
"description": "Sampling based nodejs profiler.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)