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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 1, 2023
1 parent e139a1f commit cc41b2e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.6

### Various fixes & improvements

- fix: check inf and remove rounding (#208) by @JonasBa
- fix(isnan): set rate to 0 if its nan (#207) by @JonasBa

## 1.2.5

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

0 comments on commit cc41b2e

Please sign in to comment.