Skip to content

Commit 10af8d2

Browse files
committed
chore: release v0.3.0
1 parent ec52b8e commit 10af8d2

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,5 +1,11 @@
11
# Changelog
22

3+
## v0.3.0 - 2023-09-02
4+
5+
- Added support for passing arguments in to tasks (#89 by @MaxCheetham).
6+
- Fixed some bugs with the tree view not displaying tasks correctly (#59, #79,
7+
#90 by @MaxCheetham).
8+
39
## v0.2.0 - 2023-05-07
410

511
- Improve error handling in when Taskfiles contain errors (#25 by @pd93).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://taskfile.dev",
66
"icon": "res/icon.png",
77
"license": "MIT",
8-
"version": "0.2.0",
8+
"version": "0.3.0",
99
"publisher": "task",
1010
"author": {
1111
"name": "Pete Davison",

0 commit comments

Comments
 (0)