Skip to content

Commit cb1e8e3

Browse files
Merge pull request #211 from neild3r/releases/v2.6.1
v2.6.1
2 parents 6182350 + 9a17ef8 commit cb1e8e3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to the "php-docblocker" extension will be documented in this file.
44

55
## [Unreleased]
6+
7+
## [2.6.1] - 2021-10-12
68
- Fix double start delimeter when vscode setting `editor.autoClosingBrackets` is set to `never`
79
- Improve class head tolerance when there isn't one or it's too long
810
- Increased class head limit to 300 lines
@@ -166,7 +168,8 @@ All notable changes to the "php-docblocker" extension will be documented in this
166168
## 0.1.0 - 2017-03-12
167169
- Initial release
168170

169-
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.6.0...HEAD
171+
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.6.1...HEAD
172+
[2.6.1]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.6.0...v2.6.1
170173
[2.6.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.5.0...v2.6.0
171174
[2.5.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.4.0...v2.5.0
172175
[2.4.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.3.0...v2.4.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-docblocker",
33
"displayName": "PHP DocBlocker",
44
"description": "A simple, dependency free PHP specific DocBlocking package",
5-
"version": "2.6.0",
5+
"version": "2.6.1",
66
"license": "MIT",
77
"publisher": "neilbrayfield",
88
"author": "Neil Brayfield <dev@brayfield.uk>",

0 commit comments

Comments
 (0)