VS Code 2.0.25 (#2911)

VS Code version bump.

### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version
This commit is contained in:
Mitja Bezenšek 2024-02-22 09:50:14 +01:00 committed by GitHub
parent 8bd18e40d4
commit ee5b70dfc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## 2.0.25
- Translation improvements.
- Bug fixes and performance improvements.
## 2.0.24 ## 2.0.24
- New: You can now use tldraw in Croatian language. - New: You can now use tldraw in Croatian language.

View file

@ -1,7 +1,7 @@
{ {
"name": "tldraw-vscode", "name": "tldraw-vscode",
"description": "The tldraw extension for VS Code.", "description": "The tldraw extension for VS Code.",
"version": "2.0.24", "version": "2.0.25",
"private": true, "private": true,
"author": { "author": {
"name": "tldraw Inc.", "name": "tldraw Inc.",