Skip to content

Commit 6e3c281

Browse files
committed
2.1.0
1 parent 88c2b9d commit 6e3c281

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+
## 2.1.0 (2021-08-16)
2+
3+
* 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)
4+
5+
6+
17
## <small>2.0.2 (2021-08-09)</small>
28

39
* Reset file watcher when config changes (#10) ([6c671ea](https://github.com/carlos-algms/vscode-make-task-provider/commit/6c671ea)), closes [#10](https://github.com/carlos-algms/vscode-make-task-provider/issues/10)

package.json

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

0 commit comments

Comments
 (0)