Skip to content

Commit e0fe38c

Browse files
committed
release 1.6.1
1 parent 9f1fd53 commit e0fe38c

File tree

4 files changed

+15
-1594
lines changed

4 files changed

+15
-1594
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [1.6.1] - 2017-11-11
7+
### Fixed
8+
- Correct default keybindins in README.md
9+
610
## [1.6.0] - 2017-10-06
711
### Added
812
- Support for glsl (by [cadenasgmbh](https://github.com/cadenasgmbh/))

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
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": "1.6.0",
5+
"version": "1.6.1",
66
"publisher": "xaver",
77
"engines": {
88
"vscode": "^1.1.0"
@@ -223,9 +223,9 @@
223223
"postinstall": "node ./node_modules/vscode/bin/install"
224224
},
225225
"devDependencies": {
226-
"@types/node": "^7.0.44",
226+
"@types/node": "^7.0.46",
227227
"@types/sax": "^1.0.0",
228-
"typescript": "^2.3.3",
228+
"typescript": "^2.6.1",
229229
"vscode": "^1.1.6"
230230
},
231231
"icon": "clang-format.png",

0 commit comments

Comments
 (0)