From f813e9eefa7d26575a9f4321be11adc28ef3e6b6 Mon Sep 17 00:00:00 2001 From: penev92 Date: Mon, 24 Oct 2022 00:03:31 +0300 Subject: [PATCH] Bump version to 0.7.0 --- clients/oraide-vscode/CHANGELOG.md | 7 +++++++ clients/oraide-vscode/package-lock.json | 2 +- clients/oraide-vscode/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/oraide-vscode/CHANGELOG.md b/clients/oraide-vscode/CHANGELOG.md index 997677f..09426f8 100644 --- a/clients/oraide-vscode/CHANGELOG.md +++ b/clients/oraide-vscode/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the "oraide" extension will be documented in this file. +## 0.7.0 - 2022.10.24 + + - Language server: + - Added support for enum-type field values. + - Added support for boolean field values. + - Fixed sprite image field detection. + ## 0.6.0 - 2022.10.23 - OpenRA Mod support: diff --git a/clients/oraide-vscode/package-lock.json b/clients/oraide-vscode/package-lock.json index 93e7b2f..562f40f 100644 --- a/clients/oraide-vscode/package-lock.json +++ b/clients/oraide-vscode/package-lock.json @@ -1,6 +1,6 @@ { "name": "oraide-vscode", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/clients/oraide-vscode/package.json b/clients/oraide-vscode/package.json index 84c3727..83eafda 100644 --- a/clients/oraide-vscode/package.json +++ b/clients/oraide-vscode/package.json @@ -14,7 +14,7 @@ "yaml", "miniyaml" ], - "version": "0.6.0", + "version": "0.7.0", "publisher": "openra", "private": false, "icon": "images/icon.png",