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

Commit 7409953

Browse files
committed
release: 1.3.0
1 parent 99b4171 commit 7409953

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.3.0
2+
3+
### Various fixes & improvements
4+
5+
- fix(profiling): node-gyp missing python (#223) by @JonasBa
6+
- fix: change package.json keys (#222) by @anonrig
7+
- test: move tests to dedicated test folder (#221) by @JonasBa
8+
- chore: remove prettier (#220) by @anonrig
9+
- format: add clang format (#214) by @JonasBa
10+
- ref(deps) move all deps to dev deps (#218) by @JonasBa
11+
- docs: add rollup external config section (#216) by @JonasBa
12+
- deps: update to 7.85 (#215) by @JonasBa
13+
- perf: avoid deep string copy (#213) by @anonrig
14+
- chore: Add vite external to profiling node instructions (#209) by @AbhiPrasad
15+
116
## 1.2.6
217

318
### Various fixes & improvements

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.6",
3+
"version": "1.3.0",
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.2.6';
3+
export const SDK_VERSION = '1.3.0';

0 commit comments

Comments
 (0)