Skip to content

Commit

Permalink
version -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zxh0 committed Jun 22, 2019
1 parent e92da17 commit 09acdfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Release Notes

### 0.3.0
- Support "Go to Definition" (issue#34).
- Fixed string highlighting issues (issue#42).

### 0.2.2
- Support clang-format style.
- Fixed issue#32
Expand All @@ -12,7 +16,7 @@
- Support "Format Document" if clang-format is in path (issue#13).

### 0.1.3
- Fixed some syntax highlighting issues (issue#2, issue#21, issue#42).
- Fixed some syntax highlighting issues (issue#2, issue#21, issue#22).

### 0.1.2
- Fixed some syntax highlighting issues.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-proto3",
"displayName": "vscode-proto3",
"description": "Protobuf 3 support for Visual Studio Code",
"version": "0.2.2",
"version": "0.3.0",
"publisher": "zxh404",
"icon": "images/icon.png",
"homepage": "https://github.com/zxh0/vscode-proto3/blob/master/README.md",
Expand All @@ -14,7 +14,7 @@
"vscode": "^1.0.0"
},
"categories": [
"Languages",
"Programming Languages",
"Snippets"
],
"activationEvents": [
Expand Down

0 comments on commit 09acdfa

Please sign in to comment.