Skip to content

Commit 6d60718

Browse files
author
Carlos Gomes
committed
v2.1.1
1 parent 7590def commit 6d60718

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>2.1.1 (2021-11-08)</small>
2+
3+
* Remove variables with `:` and `?` from the task list ([7590def](https://github.com/carlos-algms/vscode-make-task-provider/commit/7590def))
4+
5+
6+
17
## 2.1.0 (2021-08-16)
28

39
* Migrate to file parse instead of relying on Make (#11) ([88c2b9d](https://github.com/carlos-algms/vscode-make-task-provider/commit/88c2b9d)), closes [#11](https://github.com/carlos-algms/vscode-make-task-provider/issues/11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.0",
2+
"version": "2.1.1",
33
"name": "make-task-provider",
44
"publisher": "carlos-algms",
55
"displayName": "Make support and task provider",

0 commit comments

Comments
 (0)