Skip to content

Commit

Permalink
Prepare for v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Mar 13, 2019
1 parent 7a25840 commit 8a2214b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## [1.8.0] - 2019-03-13
- Add a command to trigger DocBlocking
- Update configuration description around short names - Thanks @dave470003

## [1.7.0] - 2018-12-23
- Add description to snippet to avoid confusion
- Add option to turn of void return type when the return could not be detected
Expand Down Expand Up @@ -93,7 +97,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.7.0...HEAD
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.4.0...v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "php-docblocker",
"displayName": "PHP DocBlocker",
"description": "A simple, dependency free PHP specific DocBlocking package",
"version": "1.7.0",
"version": "1.8.0",
"publisher": "neilbrayfield",
"author": "Neil Brayfield <dev@brayfield.uk>",
"engines": {
Expand Down

0 comments on commit 8a2214b

Please sign in to comment.