Skip to content

Commit 91e5655

Browse files
committed
release v2.0.3 🎉
1 parent 2d1e4e2 commit 91e5655

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.0.3 (2024/11/14)
2+
3+
- add code-server support (添加了 code-server 支持) by @shalldie in [#498](https://github.com/shalldie/vscode-background/pull/498)
4+
- fix: add patch lockfile for multiple instances (添加了文件锁应对多实例同时写入) by @shalldie in [#500](https://github.com/shalldie/vscode-background/pull/500)
5+
16
## v2.0.2 (2024/11/09)
27

38
- docs: Update README(README 整理) by @Octopus058 in [#480](https://github.com/shalldie/vscode-background/pull/480)

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
@@ -2,7 +2,7 @@
22
"name": "background",
33
"displayName": "background",
44
"description": "Bring background images to your vscode",
5-
"version": "2.0.2",
5+
"version": "2.0.3",
66
"scripts": {
77
"vscode:prepublish": "npm run compile",
88
"vscode:uninstall": "node ./out/uninstall",

0 commit comments

Comments
 (0)