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

Commit

Permalink
release: 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jan 8, 2024
1 parent f002b15 commit b0d3116
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.3.3

### Various fixes & improvements

- ci: make clang-format error when formatting errors are raised. (#230) by @JonasBa
- fix: cleanup timer and reuse exports (#229) by @JonasBa

## 1.3.2

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

0 comments on commit b0d3116

Please sign in to comment.