Skip to content

Commit 57c094f

Browse files
committed
v3.37.2
1 parent 2f4876b commit 57c094f

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

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

3-
## Unreleased
3+
## v3.37.2 - 2024-05-12
44

55
- Fixed a bug where an empty Taskfile would cause a panic (#1648 by @pd93).
66
- Fixed a bug where includes Taskfile variable were not being merged correctly

Diff for: package-lock.json

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

Diff for: 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.37.1",
3+
"version": "3.37.2",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

Diff for: website/docs/changelog.mdx

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

66
# Changelog
77

8+
## v3.37.2 - 2024-05-12
9+
10+
- Fixed a bug where an empty Taskfile would cause a panic (#1648 by @pd93).
11+
- Fixed a bug where includes Taskfile variable were not being merged correctly
12+
(#1643, #1649 by @pd93).
13+
814
## v3.37.1 - 2024-05-09
915

1016
- Fix bug where non-string values (numbers, bools) added to `env:` weren't been

Diff for: website/versioned_docs/version-latest/changelog.mdx

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

66
# Changelog
77

8+
## v3.37.2 - 2024-05-12
9+
10+
- Fixed a bug where an empty Taskfile would cause a panic (#1648 by @pd93).
11+
- Fixed a bug where includes Taskfile variable were not being merged correctly
12+
(#1643, #1649 by @pd93).
13+
814
## v3.37.1 - 2024-05-09
915

1016
- Fix bug where non-string values (numbers, bools) added to `env:` weren't been

0 commit comments

Comments
 (0)