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

Commit

Permalink
release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Aug 30, 2023
1 parent 1dcdff6 commit 57b11ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.2.0

### Various fixes & improvements

- fix(build): catch spawn err (#193) by @JonasBa
- fix(build): cross compile from x64 to arm (#194) by @JonasBa
- feat(measurements): collect heap usage (#187) by @JonasBa

## 1.1.3

### 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.1.3",
"version": "1.2.0",
"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.1.3';
export const SDK_VERSION = '1.2.0';

0 comments on commit 57b11ef

Please sign in to comment.