Skip to content

Commit 6cb0a5a

Browse files
committed
v3.43.2
1 parent 0805692 commit 6cb0a5a

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v3.43.2 - 2025-04-21
44

55
- Fixed regresion of `CLI_ARGS` being exposed as the wrong type (#2190, #2191 by
66
@vmaerten).

internal/version/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.43.1
1+
3.43.2

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@go-task/cli",
3-
"version": "3.43.1",
3+
"version": "3.43.2",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

website/docs/changelog.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.43.2 - 2025-04-21
9+
10+
- Fixed regresion of `CLI_ARGS` being exposed as the wrong type (#2190, #2191 by
11+
@vmaerten).
12+
813
## v3.43.1 - 2025-04-21
914

1015
- Significant improvements were made to the watcher. We migrated from

website/versioned_docs/version-latest/changelog.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.43.2 - 2025-04-21
9+
10+
- Fixed regresion of `CLI_ARGS` being exposed as the wrong type (#2190, #2191 by
11+
@vmaerten).
12+
813
## v3.43.1 - 2025-04-21
914

1015
- Significant improvements were made to the watcher. We migrated from

0 commit comments

Comments
 (0)