Skip to content

Commit 3cc47d0

Browse files
committed
prepare for release, remove debug log
1 parent 85bafe7 commit 3cc47d0

File tree

4 files changed

+138
-87
lines changed

4 files changed

+138
-87
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 2.10.3
4+
5+
### New Features
6+
7+
* Add button to feature request form [#341](https://github.com/KatsuteDev/Background/pull/341) ([@Katsute](https://github.com/Katsute))
8+
9+
### Optimizations
10+
11+
* Optimize extension filtering [#340](https://github.com/KatsuteDev/Background/pull/340) ([@Katsute](https://github.com/Katsute))
12+
13+
### Dependencies
14+
15+
* Bump typescript from 5.4.3 to 5.4.4 [#311](https://github.com/KatsuteDev/Background/pull/311) ([@dependabot](https://github.com/dependabot))
16+
* Bump @types/vscode from 1.87.0 to 1.88.0 [#312](https://github.com/KatsuteDev/Background/pull/312) ([@dependabot](https://github.com/dependabot))
17+
* Bump @vscode/vsce from 2.24.0 to 2.25.0 [#315](https://github.com/KatsuteDev/Background/pull/315) ([@dependabot](https://github.com/dependabot))
18+
* Bump typescript from 5.4.4 to 5.4.5 [#316](https://github.com/KatsuteDev/Background/pull/316) ([@dependabot](https://github.com/dependabot))
19+
* Bump @vscode/vsce from 2.25.0 to 2.26.0 [#318](https://github.com/KatsuteDev/Background/pull/318) ([@dependabot](https://github.com/dependabot))
20+
* Bump @types/vscode from 1.88.0 to 1.89.0 [#322](https://github.com/KatsuteDev/Background/pull/322) ([@dependabot](https://github.com/dependabot))
21+
* Bump @vscode/vsce from 2.26.0 to 2.26.1 [#321](https://github.com/KatsuteDev/Background/pull/321) ([@dependabot](https://github.com/dependabot))
22+
* Bump rimraf from 5.0.5 to 5.0.7 [#328](https://github.com/KatsuteDev/Background/pull/328) ([@dependabot](https://github.com/dependabot))
23+
* Bump esbuild from 0.20.2 to 0.21.2 [#326](https://github.com/KatsuteDev/Background/pull/326) ([@dependabot](https://github.com/dependabot))
24+
* Bump glob from 10.3.12 to 10.3.15 [#327](https://github.com/KatsuteDev/Background/pull/327) ([@dependabot](https://github.com/dependabot))
25+
* Bump esbuild from 0.21.2 to 0.21.3 [#330](https://github.com/KatsuteDev/Background/pull/330) ([@dependabot](https://github.com/dependabot))
26+
* Bump @vscode/test-electron from 2.3.9 to 2.3.10 [#329](https://github.com/KatsuteDev/Background/pull/329) ([@dependabot](https://github.com/dependabot))
27+
* Bump esbuild from 0.21.3 to 0.21.4 [#333](https://github.com/KatsuteDev/Background/pull/333) ([@dependabot](https://github.com/dependabot))
28+
* Bump glob from 10.3.15 to 10.4.1 [#332](https://github.com/KatsuteDev/Background/pull/332) ([@dependabot](https://github.com/dependabot))
29+
* Bump @vscode/test-electron from 2.3.10 to 2.4.0 [#342](https://github.com/KatsuteDev/Background/pull/342) ([@dependabot](https://github.com/dependabot))
30+
* Bump @types/node from 20.12.2 to 20.14.0 [#343](https://github.com/KatsuteDev/Background/pull/343) ([@dependabot](https://github.com/dependabot))
31+
* Bump @types/vscode from 1.89.0 to 1.90.0 [#345](https://github.com/KatsuteDev/Background/pull/345) ([@dependabot](https://github.com/dependabot))
32+
* Bump @vscode/vsce from 2.26.1 to 2.27.0 [#344](https://github.com/KatsuteDev/Background/pull/344) ([@dependabot](https://github.com/dependabot))
33+
34+
**Full Changelog**: [`2.10.2...2.10.3`](https://github.com/KatsuteDev/Background/compare/2.10.2...2.10.3)
35+
336
## 2.10.2
437

538
### Fixes

0 commit comments

Comments
 (0)