From bb1d3fa09ed628106918ff33e8a08aa7267a6512 Mon Sep 17 00:00:00 2001 From: Sebastian Lenz Date: Sun, 10 Feb 2019 21:26:26 +0100 Subject: [PATCH] Raise version number --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"