Skip to content

Commit fcfaf97

Browse files
committed
Update version and CHANGELOG, add CONTRIBUTORS
1 parent aa8c480 commit fcfaf97

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
### 0.4.1
4+
- Fixed issue#72
5+
36
### 0.4.0
47
- Updated README.md.
58
- Added [`compile_on_save` option](https://github.com/zxh0/vscode-proto3#fields).

CONTRIBUTORS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
zxh0 <zhangxiuhong2013@gmail.com>
2+
beyondblog <beyondblog@outlook.com>
3+
Masahiro Fujiwara <m-fujiwara@axsh.net>
4+
Tom Butterwith <thomas.butterwith@skyscanner.net>
5+
Norbert Metz <mr.norbert.metz@googlemail.com>
6+
David Lacroix <lacroix.david1@gmail.com>
7+
xinbi.nie <xinbi.nie@voidtech.com.cn>
8+
nicoxb <niexinbi@gmail.com>
9+
Giorgio Azzinnaro <giorgio.azzinnaro@avaloq.com>
10+
Matthew Hickford <hickford@google.com>
11+
Samuel Davidson <samdamana@gmail.com>
12+
Weslen Nascimento <weslen-7316@outlook.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.4.0",
5+
"version": "0.4.1",
66
"publisher": "zxh404",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/vscode_extension_icon.png",

0 commit comments

Comments
 (0)