From b77f2cd5580b55153d8a55f52f56a7e0b059afb2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jun 2022 14:15:59 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/carlos-algms/vscode-make-task-provider/compare/v2.3.0...v2.4.0) (2022-06-16) ### Features * Adding run buttons to targets in Makefiles ([#25](https://github.com/carlos-algms/vscode-make-task-provider/issues/25)) ([36cad42](https://github.com/carlos-algms/vscode-make-task-provider/commit/36cad4247839b465a6c2b4cedf1f2fd97fb9df26)) * Include the path from where the Target is stored ([#27](https://github.com/carlos-algms/vscode-make-task-provider/issues/27)) ([fccb2f7](https://github.com/carlos-algms/vscode-make-task-provider/commit/fccb2f7c7c96493d0e6af2e9b613051b2c16dfc4)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5f7eb..5be56d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.4.0](https://github.com/carlos-algms/vscode-make-task-provider/compare/v2.3.0...v2.4.0) (2022-06-16) + + +### Features + +* Adding run buttons to targets in Makefiles ([#25](https://github.com/carlos-algms/vscode-make-task-provider/issues/25)) ([36cad42](https://github.com/carlos-algms/vscode-make-task-provider/commit/36cad4247839b465a6c2b4cedf1f2fd97fb9df26)) +* Include the path from where the Target is stored ([#27](https://github.com/carlos-algms/vscode-make-task-provider/issues/27)) ([fccb2f7](https://github.com/carlos-algms/vscode-make-task-provider/commit/fccb2f7c7c96493d0e6af2e9b613051b2c16dfc4)) + # [2.3.0](https://github.com/carlos-algms/vscode-make-task-provider/compare/v2.2.3...v2.3.0) (2022-05-11) diff --git a/package.json b/package.json index 55e4b96..7b6fc68 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.3.0", + "version": "2.4.0", "name": "make-task-provider", "publisher": "carlos-algms", "displayName": "Make support and task provider",