From e344cdf2fc7b29e0444136991dd8a93efba9c4e9 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 7 Jun 2022 17:44:12 +0200 Subject: [PATCH] Bump to version 1.3.1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8ade96ddf..1f009e363 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -40,7 +40,7 @@ body: Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version. Specify the Git commit hash if using a development or non-official build. If you use a custom build, please test if your issue is reproducible in official builds too. - placeholder: "1.3.0" + placeholder: "1.3.1" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 162700bf8..953915d60 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -40,7 +40,7 @@ body: Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version. Specify the Git commit hash if using a development or non-official build. If you use a custom build, please test if your issue is reproducible in official builds too. - placeholder: "1.3.0" + placeholder: "1.3.1" validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ff0f303..9d1598d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +### 1.3.1 +* [Fix regression in launching debugger](https://github.com/godotengine/godot-vscode-plugin/pull/371) +* [Fix operator syntax highlighting when next to an opening parenthesis](https://github.com/godotengine/godot-vscode-plugin/pull/375) + ### 1.3.0 * [Add context menu options to copy resource path](https://github.com/godotengine/godot-vscode-plugin/pull/357) * [Add option to run the project with visible collision shapes and navigation](https://github.com/godotengine/godot-vscode-plugin/pull/312) diff --git a/package-lock.json b/package-lock.json index 5a9f12a7d..7ee73bd79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "godot-tools", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "godot-tools", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "await-notify": "^1.0.1", diff --git a/package.json b/package.json index 526979f68..497a0c071 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "godot-tools", "displayName": "godot-tools", "icon": "icon.png", - "version": "1.3.0", + "version": "1.3.1", "description": "Tools for game development with Godot Engine and GDScript", "repository": { "type": "git",