Skip to content

Commit 8181352

Browse files
committed
v3.42.1
1 parent 23fd7e7 commit 8181352

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v3.42.1 - 2025-03-10
44

55
- Fixed a bug where some special variables caused a type error when used global
66
variables (#2106, #2107 by @pd93).

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

website/docs/changelog.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.42.1 - 2025-03-10
9+
10+
- Fixed a bug where some special variables caused a type error when used global
11+
variables (#2106, #2107 by @pd93).
12+
813
## v3.42.0 - 2025-03-08
914

1015
- Made `--init` less verbose by default and respect `--silent` and `--verbose`

website/versioned_docs/version-latest/changelog.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.42.1 - 2025-03-10
9+
10+
- Fixed a bug where some special variables caused a type error when used global
11+
variables (#2106, #2107 by @pd93).
12+
813
## v3.42.0 - 2025-03-08
914

1015
- Made `--init` less verbose by default and respect `--silent` and `--verbose`

0 commit comments

Comments
 (0)