Skip to content

Commit 2534e08

Browse files
committed
version -> 0.5.5
1 parent 7042893 commit 2534e08

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
### 0.5.5
4+
- improve code completion experience, support go to service symbol in editor (pr#113, pr#115)
5+
- fix issue #101 and #102 (pr#111)
6+
37
### 0.5.4
48
- Fix snippets tabstop (pr#109)
59
- Add underscore as legal first char of message names (pr#105)

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Oliver Newman <olivernewman@google.com>
2323
weak_ptr <weak_ptr@outlook.com>
2424
Florian Polster <couchpolster@icqmail.com>
2525
danielVg <danielveragi@gmail.com>
26+
Henry Zheng <h79121@hotmail.com>

package.json

Lines changed: 1 addition & 1 deletion
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.5.4",
5+
"version": "0.5.5",
66
"publisher": "zxh404",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/vscode_extension_icon.png",

0 commit comments

Comments
 (0)