Skip to content

Commit

Permalink
Update package version, add release history to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Oct 8, 2017
1 parent db5204b commit e7f74ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,20 @@ And then point to that phan installation:

**For guidance on how to set up a Phan project, please see [phan/phan](https://github.com/phan/phan).**

## Release History

### 0.0.4

- Bump Phan version in composer.lock. Support new Phan plugin types. Include History in README.md

### 0.0.3

- Improve documentation. Mention that Visual Studio Code must be restarted in order to pick up any changes to this editor's phan settings.

### 0.0.2

- Reword README, rename extension to php-phan

## Credits

This VS Code extension and many parts of the language server protocol implementation are based on [PHP IntelliSense](https://github.com/felixfbecker/vscode-php-intellisense)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"preview": false,
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"vscode": "^1.16.0",
"os" : [ "darwin", "linux" ]
Expand Down

0 comments on commit e7f74ce

Please sign in to comment.