Skip to content

Commit

Permalink
Merge pull request #211 from neild3r/releases/v2.6.1
Browse files Browse the repository at this point in the history
v2.6.1
  • Loading branch information
php-docblocker authored Oct 12, 2021
2 parents 6182350 + 9a17ef8 commit cb1e8e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to the "php-docblocker" extension will be documented in this file.

## [Unreleased]

## [2.6.1] - 2021-10-12
- Fix double start delimeter when vscode setting `editor.autoClosingBrackets` is set to `never`
- Improve class head tolerance when there isn't one or it's too long
- Increased class head limit to 300 lines
Expand Down Expand Up @@ -166,7 +168,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.0...HEAD
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.6.1...HEAD
[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
[2.4.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.3.0...v2.4.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
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": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"publisher": "neilbrayfield",
"author": "Neil Brayfield <[email protected]>",
Expand Down

0 comments on commit cb1e8e3

Please sign in to comment.