Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
merge_target:
description: Target branch to merge into. Uses the default branch as a fallback (optional)
required: false
default: master
default: main
jobs:
release:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/node-cpu-profiler",
"version": "2.0.0",
"version": "1.3.3",
"description": "Binaries for Sentry Node Profiling",
"repository": "git://github.com/getsentry/sentry-javascript-profiling-node-binaries.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/profiling-node",
Expand Down
Loading