Skip to content

Commit

Permalink
Merge pull request #82 from neild3r/v1.5.0
Browse files Browse the repository at this point in the history
Prepare for release of 1.5.0
  • Loading branch information
neild3r committed Mar 24, 2018
2 parents 0107df2 + 18e14b2 commit 8e4162e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "php-docblocker" extension will be documented in this file.

## [1.5.0] - 2018-03-24
- Add author configuration so the Author tag pulls in your name/email
- Add returnGap option which adds a space between your @params and @return tags
- Add list of completion tags to the README.md

## [1.4.0] - 2018-03-23
- Allow using vscode variables in your extra tags see list of variables [here](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables) for the docs

Expand Down Expand Up @@ -79,7 +84,8 @@ All notable changes to the "php-docblocker" extension will be documented in this
## 0.1.0 - 2017-03-12
- Initial release

[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.3.3...v1.4.0
[1.3.3]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.3.1...v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "php-docblocker",
"displayName": "PHP DocBlocker",
"description": "A simple, dependency free PHP specific DocBlocking package",
"version": "1.4.0",
"version": "1.5.0",
"publisher": "neilbrayfield",
"author": "Neil Brayfield <dev@brayfield.uk>",
"engines": {
Expand Down

0 comments on commit 8e4162e

Please sign in to comment.