Skip to content

Commit

Permalink
release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xaverh committed Nov 11, 2017
1 parent 9f1fd53 commit e0fe38c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1,594 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

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

## [1.6.1] - 2017-11-11
### Fixed
- Correct default keybindins in README.md

## [1.6.0] - 2017-10-06
### Added
- Support for glsl (by [cadenasgmbh](https://github.com/cadenasgmbh/))
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clang-format",
"displayName": "Clang-Format",
"description": "Use Clang-Format in Visual Studio Code",
"version": "1.6.0",
"version": "1.6.1",
"publisher": "xaver",
"engines": {
"vscode": "^1.1.0"
Expand Down Expand Up @@ -223,9 +223,9 @@
"postinstall": "node ./node_modules/vscode/bin/install"
},
"devDependencies": {
"@types/node": "^7.0.44",
"@types/node": "^7.0.46",
"@types/sax": "^1.0.0",
"typescript": "^2.3.3",
"typescript": "^2.6.1",
"vscode": "^1.1.6"
},
"icon": "clang-format.png",
Expand Down
Loading

0 comments on commit e0fe38c

Please sign in to comment.