Skip to content

Commit 781d311

Browse files
committed
release: 4.11.3
1 parent 34679a3 commit 781d311

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

packages/spotlight/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @spotlightjs/spotlight
22

3+
## 4.11.3
4+
5+
### Bug Fixes 🐛
6+
7+
- (deps) Bump h3 and flatted overrides to fix security vulnerabilities by @BYK in [#1281](https://github.com/getsentry/spotlight/pull/1281)
8+
39
## 4.11.2
410

511
### Bug Fixes 🐛

packages/spotlight/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/spotlight",
33
"description": "Spotlight - Sentry for development. Containing the UI, sidecar, and electron app.",
4-
"version": "4.11.2",
4+
"version": "4.11.3",
55
"productName": "Spotlight",
66
"author": "Sentry",
77
"license": "Apache-2.0",
@@ -32,7 +32,9 @@
3232
"test:e2e:electron": "playwright test tests/electron.test.ts",
3333
"sample": "node ./_fixtures/send_to_sidecar.cjs"
3434
},
35-
"files": ["dist"],
35+
"files": [
36+
"dist"
37+
],
3638
"bin": {
3739
"spotlight": "./dist/run.js"
3840
},

0 commit comments

Comments
 (0)