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

Commit 669aba7

Browse files
committed
release: 0.0.0-alpha.1
1 parent fba0d0a commit 669aba7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.0.0-alpha.1
2+
3+
### Various fixes & improvements
4+
5+
- ci: use npm pack (#32) by @JonasBa
6+
- fix(ci): remove dependant job (#31) by @JonasBa
7+
- ci(craft): setup build (#30) by @JonasBa
8+
- fix(ci): run ci for release (#28) by @JonasBa
9+
- chore(craft): add bump version script (#26) by @JonasBa
10+
- chore(changelog): add changelog (#25) by @JonasBa
11+

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