Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Sep 12, 2017
1 parent dac9ee1 commit fd71080
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### 1.0.2

- Add more phpfmt modes
- Check syntax error in php file
- Check php version

### 1.0.1

First version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-phpfmt",
"displayName": "phpfmt",
"version": "1.0.1",
"version": "1.0.2",
"description": "phpfmt for Visual Studio Code",
"main": "extension.js",
"scripts": {
Expand Down

0 comments on commit fd71080

Please sign in to comment.