Skip to content

Commit f23896c

Browse files
authored
Merge pull request #187 from neild3r/v2.4.0-pre1
v2.4.0
2 parents 0ff7f8b + cb112bc commit f23896c

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.4.0] - 2021-09-05
68
- Add support for params which have a trailing comma
79
- Add support for constructor promotion
810
- Add GitHub workflow to prepare and publish releases
@@ -138,7 +140,8 @@ All notable changes to the "php-docblocker" extension will be documented in this
138140
## 0.1.0 - 2017-03-12
139141
- Initial release
140142

141-
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.3.0...HEAD
143+
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.4.0...HEAD
144+
[2.4.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.3.0...v2.4.0
142145
[2.3.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.3...v2.3.0
143146
[2.2.3]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.2...v2.2.3
144147
[2.2.2]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.1...v2.2.2

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.3.0",
5+
"version": "2.4.0",
66
"license": "MIT",
77
"publisher": "neilbrayfield",
88
"author": "Neil Brayfield <dev@brayfield.uk>",

0 commit comments

Comments
 (0)