We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefad4b commit 8f85766Copy full SHA for 8f85766
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## v0.3.1 - 2023-09-02
9
10
- Fixed a small bug with the new argument passing (#93 by @MaxCheetham).
package.json
@@ -5,7 +5,7 @@
"homepage": "https://taskfile.dev",
"icon": "res/icon.png",
"license": "MIT",
- "version": "0.3.1",
+ "version": "0.3.2",
"publisher": "task",
"author": {
11
"name": "Pete Davison",
0 commit comments