Skip to content

Commit

Permalink
Release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
php-docblocker committed Sep 15, 2021
1 parent 0d3129f commit ec0cac4
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.4.2] - 2021-09-15
- Add should to list of bool return type functions - Thanks @ImClarky
- Fix issue where functions named with a bool return prefix were incorrectly given bool return type - Thanks @ImClarky
- Fix issue with snake case class names in PHP7 return types - Thanks @rmccue
Expand Down Expand Up @@ -189,7 +191,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.4.1...HEAD
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.4.2...HEAD
[2.4.2]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.3.12...v2.4.0
[2.3.12]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.3.11...v2.3.12
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-test",
"displayName": "PHP DocBlocker",
"description": "A simple, dependency free PHP specific DocBlocking package",
"version": "2.4.1",
"version": "2.4.2",
"license": "MIT",
"publisher": "neilbrayfield",
"author": "Neil Brayfield <dev@brayfield.uk>",
Expand Down

0 comments on commit ec0cac4

Please sign in to comment.