Skip to content

Commit 5fc0b21

Browse files
committed
release: 4.11.1
1 parent 123e99b commit 5fc0b21

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/spotlight/CHANGELOG.md

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

3+
## 4.11.1
4+
5+
### Bug Fixes 🐛
6+
7+
- (security) Resolve 3 dependabot alerts and dismiss 2 svelte alerts by @BYK in [#1279](https://github.com/getsentry/spotlight/pull/1279)
8+
9+
### Internal Changes 🔧
10+
11+
- (release) Use workflow-based artifact discovery, remove merge-artifacts job by @BYK in [#1278](https://github.com/getsentry/spotlight/pull/1278)
12+
313
## 4.11.0
414

515
### New Features ✨

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.0",
4+
"version": "4.11.1",
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)