Skip to content

Commit

Permalink
release v2.0.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
shalldie committed Nov 14, 2024
1 parent 2d1e4e2 commit 91e5655
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.0.3 (2024/11/14)

- add code-server support (添加了 code-server 支持) by @shalldie in [#498](https://github.com/shalldie/vscode-background/pull/498)
- fix: add patch lockfile for multiple instances (添加了文件锁应对多实例同时写入) by @shalldie in [#500](https://github.com/shalldie/vscode-background/pull/500)

## v2.0.2 (2024/11/09)

- docs: Update README(README 整理) by @Octopus058 in [#480](https://github.com/shalldie/vscode-background/pull/480)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "background",
"displayName": "background",
"description": "Bring background images to your vscode",
"version": "2.0.2",
"version": "2.0.3",
"scripts": {
"vscode:prepublish": "npm run compile",
"vscode:uninstall": "node ./out/uninstall",
Expand Down

0 comments on commit 91e5655

Please sign in to comment.