Skip to content

Commit

Permalink
Merge pull request #220 from neild3r/releases/v2.7.0
Browse files Browse the repository at this point in the history
v2.7.0
  • Loading branch information
php-docblocker committed Feb 11, 2022
2 parents 8f78ac2 + 5dc1099 commit bf711c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
All notable changes to the "php-docblocker" extension will be documented in this file.

## [Unreleased]

## [2.7.0] - 2022-02-11
- Allow configuration of default type
- Fixed fully qualifies class namespace detection can be incorrect with _ [#214](https://github.com/neild3r/vscode-php-docblocker/issues/214) - Thanks @tianyiw2013
- Supported fully qualifies class namespace use with bracket `use some\namespace\{ ClassA, ClassB, ... }` - Thanks @tianyiw2013
Expand Down Expand Up @@ -175,7 +177,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/v2.6.1...HEAD
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.7.0...HEAD
[2.7.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.6.1...v2.7.0
[2.6.1]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.4.0...v2.5.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.6.1",
"version": "2.7.0",
"license": "MIT",
"publisher": "neilbrayfield",
"author": "Neil Brayfield <dev@brayfield.uk>",
Expand Down

0 comments on commit bf711c8

Please sign in to comment.