Skip to content

Commit 86ae182

Browse files
committed
Bump to version 2.3.0
1 parent 658270e commit 86ae182

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version.
4141
Specify the Git commit hash if using a development or non-official build.
4242
If you use a custom build, please test if your issue is reproducible in official builds too.
43-
placeholder: "2.2.0"
43+
placeholder: "2.3.0"
4444
validations:
4545
required: true
4646

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version.
4141
Specify the Git commit hash if using a development or non-official build.
4242
If you use a custom build, please test if your issue is reproducible in official builds too.
43-
placeholder: "2.2.0"
43+
placeholder: "2.3.0"
4444
validations:
4545
required: true
4646

CHANGELOG.md

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

3+
### 2.3.0
4+
5+
- [Add documentation page scaling feature](https://github.com/godotengine/godot-vscode-plugin/pull/722)
6+
- [Suppress "workspace/symbol" not found error](https://github.com/godotengine/godot-vscode-plugin/pull/723)
7+
- [Capitalize the drive letter in Windows absolute paths](https://github.com/godotengine/godot-vscode-plugin/pull/727)
8+
39
### 2.2.0
410

511
- [Add partial debugger support for new types (such as typed arrays)](https://github.com/godotengine/godot-vscode-plugin/pull/715)

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": "godot-tools",
33
"displayName": "godot-tools",
44
"icon": "icon.png",
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"description": "Tools for game development with Godot Engine and GDScript",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)