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

Commit 0ed77d5

Browse files
committed
release: 1.3.5
1 parent 0e48273 commit 0ed77d5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.5
2+
3+
### Various fixes & improvements
4+
5+
- fix: update types entry in package.json (#236) by @sitek94
6+
17
## 1.3.4
28

39
### Various fixes & improvements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/profiling-node",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Sampling based nodejs profiler.",
55
"repository": {
66
"type": "git",

src/sdk_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This is an auto generated file. Do not edit this file directly.
22
// The version is bumped by scripts/bump_version.sh
3-
export const SDK_VERSION = '1.3.4';
3+
export const SDK_VERSION = '1.3.5';

0 commit comments

Comments
 (0)