Skip to content

Commit 09acdfa

Browse files
committed
version -> 0.3.0
1 parent e92da17 commit 09acdfa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Release Notes
22

3+
### 0.3.0
4+
- Support "Go to Definition" (issue#34).
5+
- Fixed string highlighting issues (issue#42).
6+
37
### 0.2.2
48
- Support clang-format style.
59
- Fixed issue#32
@@ -12,7 +16,7 @@
1216
- Support "Format Document" if clang-format is in path (issue#13).
1317

1418
### 0.1.3
15-
- Fixed some syntax highlighting issues (issue#2, issue#21, issue#42).
19+
- Fixed some syntax highlighting issues (issue#2, issue#21, issue#22).
1620

1721
### 0.1.2
1822
- Fixed some syntax highlighting issues.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-proto3",
33
"displayName": "vscode-proto3",
44
"description": "Protobuf 3 support for Visual Studio Code",
5-
"version": "0.2.2",
5+
"version": "0.3.0",
66
"publisher": "zxh404",
77
"icon": "images/icon.png",
88
"homepage": "https://github.com/zxh0/vscode-proto3/blob/master/README.md",
@@ -14,7 +14,7 @@
1414
"vscode": "^1.0.0"
1515
},
1616
"categories": [
17-
"Languages",
17+
"Programming Languages",
1818
"Snippets"
1919
],
2020
"activationEvents": [

0 commit comments

Comments
 (0)