diff --git a/CHANGELOG.md b/CHANGELOG.md index a3bf8ca..927af6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.0.11 + +- VS Code 1.31 compatibility, tasks must have a scope now + # Version 1.0.10 - Simple completions for comparisons, no completions in comments diff --git a/package.json b/package.json index 7dde153..2601f55 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "VS Code language support for Divinity Engine story scripts", "author": "Sebastian Lenz", "license": "MIT", - "version": "1.0.10", + "version": "1.0.11", "publisher": "sebastian-lenz", "categories": [ "Programming Languages"