From b47f469074d55b009f747f614b0e33aef9d8f81c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Feb 2022 19:13:49 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://github.com/carlos-algms/vscode-make-task-provider/compare/v2.2.0...v2.2.1) (2022-02-14) ### Bug Fixes * List targets under the right Makefile on a multi-folder workspace ([ca7c533](https://github.com/carlos-algms/vscode-make-task-provider/commit/ca7c5337efd15425e05b92098d3707cc69ae6854)), closes [#16](https://github.com/carlos-algms/vscode-make-task-provider/issues/16) * Rearrange semantic-release plugins to include the CHANGELOG.md ([10a1e87](https://github.com/carlos-algms/vscode-make-task-provider/commit/10a1e872800745c20c56a5fd52e34b2b35ff8273)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c058eb..c0a6bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.2.1](https://github.com/carlos-algms/vscode-make-task-provider/compare/v2.2.0...v2.2.1) (2022-02-14) + + +### Bug Fixes + +* List targets under the right Makefile on a multi-folder workspace ([ca7c533](https://github.com/carlos-algms/vscode-make-task-provider/commit/ca7c5337efd15425e05b92098d3707cc69ae6854)), closes [#16](https://github.com/carlos-algms/vscode-make-task-provider/issues/16) +* Rearrange semantic-release plugins to include the CHANGELOG.md ([10a1e87](https://github.com/carlos-algms/vscode-make-task-provider/commit/10a1e872800745c20c56a5fd52e34b2b35ff8273)) + ## 2.1.1 (2021-11-08) * Remove variables with `:` and `?` from the task list ([7590def](https://github.com/carlos-algms/vscode-make-task-provider/commit/7590def)) diff --git a/package.json b/package.json index b00d8d6..2dca452 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.2.0", + "version": "2.2.1", "name": "make-task-provider", "publisher": "carlos-algms", "displayName": "Make support and task provider",