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

Commit

Permalink
release: 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jun 5, 2023
1 parent e4c0916 commit 0c8f6be
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0-beta.1

### Various fixes & improvements

- build: run update before installing tooling to fix stale index (e4c0916e) by @JonasBa
- fix broken reference to copy-target script (#156) by @alekitto
- fix(profiling): remove app_root relative dir detection (#155) by @JonasBa
- fix(profiling): fix build banner typo (47da6797) by @JonasBa
- readme: add prune docs (9e4a0f3f) by @JonasBa

## 1.0.0-alpha.7

### Various fixes & improvements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/profiling-node",
"version": "1.0.0-alpha.7",
"version": "1.0.0-beta.1",
"description": "Sampling based nodejs profiler.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/sdk_version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This is an auto generated file. Do not edit this file directly.
// The version is bumped by scripts/bump_version.sh
export const SDK_VERSION = '1.0.0-alpha.7';
export const SDK_VERSION = '1.0.0-beta.1';

0 comments on commit 0c8f6be

Please sign in to comment.