Skip to content

Commit 8f85766

Browse files
committed
chore: release v0.3.2
1 parent cefad4b commit 8f85766

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.3.2 - 2023-11-20
4+
5+
- Fixed another small bug with the new argument passing (#94 by @MaxCheetham).
6+
- Bumped the minimum required version of `task` to v3.24.0.
7+
38
## v0.3.1 - 2023-09-02
49

510
- Fixed a small bug with the new argument passing (#93 by @MaxCheetham).

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.3.1",
8+
"version": "0.3.2",
99
"publisher": "task",
1010
"author": {
1111
"name": "Pete Davison",

0 commit comments

Comments
 (0)