Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith13 committed Feb 4, 2017
1 parent a751af0 commit c906c63
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to the "wandbox-vscode" extension will be documented in this

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 1.0.3 - 2017-02-04
### Fixed
- Fixed crash some command when show a extension detail.
- Reset Settings command: Remove the trash at the end of the title.

### Changed
- DOC: Added available languages in Features section at README

## 1.0.2 - 2017-02-04
### Changed
- default C compiler clang-3.3-c → clang-head-c
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ This extension contributes the following settings:

## Release Notes

### 1.0.3 - 2017-02-04
#### Fixed
- Fixed crash some command when show a extension detail.
- Reset Settings command: Remove the trash at the end of the title.

#### Changed
- DOC: Added available languages in Features section at README

### 1.0.2 - 2017-02-04
#### Changed
- default C compiler clang-3.3-c → clang-head-c
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "wandbox-vscode",
"description": "wandbox(compile & run service) client for VSCode",
"icon": "images/wandhex.128.png",
"version": "1.0.2",
"version": "1.0.3",
"publisher": "wraith13",
"license": "LICENSE_1_0.txt",
"engines": {
Expand Down

0 comments on commit c906c63

Please sign in to comment.