From 137dc3769225ac2556f8b68dadad5310b4db3838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Z=C3=ADpek?= Date: Wed, 27 Sep 2017 09:11:09 +0200 Subject: [PATCH] New version --- client/CHANGELOG.md | 5 ++++- client/package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 1b271d4..d53a6cc 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,3 +1,6 @@ +# Version 0.8.3 + * Added new commands and functions + # Version 0.8.2 * `#include` path can now be opened (#15) * Fixed incorrect macro expansion (#14) @@ -89,7 +92,7 @@ * Added workspace indexing * Added options to: disable warnings, disable workspace indexing * Added experimental debugger, which currently just watches for changes in lastest rpt file - * SQFLint jar is now bundled with extension, so you now only need java installed + * SQFLint jar is now bundled with extension, so you now only need java installed * Actual variable name is now used for warnings and autocompletion (only lowercase version was used previously) * Fixed exec error crashing language server diff --git a/client/package.json b/client/package.json index 41392e9..077066a 100644 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "author": "Jan ZĂ­pek", "icon": "images/sqflint.png", "license": "MIT", - "version": "0.8.2", + "version": "0.8.3", "publisher": "skacekachna", "engines": { "vscode": "^1.4.0"