From 18e14b2328b570f1fcfdefef96a970eef2aa2545 Mon Sep 17 00:00:00 2001 From: Neil Brayfield Date: Sat, 24 Mar 2018 11:55:32 +0000 Subject: [PATCH] Prepare for release of 1.5.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df6ee6..be1f24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the "php-docblocker" extension will be documented in this file. +## [1.5.0] - 2018-03-24 +- Add author configuration so the Author tag pulls in your name/email +- Add returnGap option which adds a space between your @params and @return tags +- Add list of completion tags to the README.md + ## [1.4.0] - 2018-03-23 - Allow using vscode variables in your extra tags see list of variables [here](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables) for the docs @@ -79,7 +84,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/v1.4.0...HEAD +[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.3.3...v1.4.0 [1.3.3]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.3.1...v1.3.2 diff --git a/package.json b/package.json index 2cc5646..95b3dd2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "php-docblocker", "displayName": "PHP DocBlocker", "description": "A simple, dependency free PHP specific DocBlocking package", - "version": "1.4.0", + "version": "1.5.0", "publisher": "neilbrayfield", "author": "Neil Brayfield ", "engines": {