Skip to content

Commit 3f8f569

Browse files
authored
Merge pull request #1 from xaverh/master
update
2 parents 154f59f + 731b8c3 commit 3f8f569

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Release history
44

5+
### v 0.6.1
6+
* clean up dependencies #9
7+
58
### v 0.6.0
69
* fixed multibyte character handling #7 (by [OWenT](https://github.com/owt5008137))
710
* fixed "clang-format is ignoring the -style setting because of invalid value" #6 (by [OWenT](https://github.com/owt5008137))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clang-format",
33
"displayName": "Clang-Format",
44
"description": "Use Clang-Format in Visual Studio Code",
5-
"version": "0.6.0",
5+
"version": "0.6.1",
66
"publisher": "xaver",
77
"engines": {
88
"vscode": "^1.0.0"

0 commit comments

Comments
 (0)