diff --git a/README.md b/README.md index 5245764..44f1bca 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,10 @@ Auto-completion not works in some situations. ## Release Notes +### 0.1.1 +- Fixed some syntax highlighting issues. +- Skip the protoc invocation when it's not configured. + ### 0.1.0 - Fixed some syntax highlighting issues. - Use user and workspace settings instead of a custom settings.json file. diff --git a/package.json b/package.json index 6f67c35..9c1d96f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-proto3", "displayName": "vscode-proto3", "description": "Protobuf 3 support for Visual Studio Code", - "version": "0.1.0", + "version": "0.1.1", "publisher": "zxh404", "icon": "images/icon.png", "homepage": "https://github.com/zxh0/vscode-proto3/blob/master/README.md",