Skip to content

Commit 1f477eb

Browse files
committed
v3.34.1
1 parent 870c07e commit 1f477eb

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## v3.34.1 - 2024-01-27
4+
5+
- Fixed prompt regression on
6+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles/)
7+
(#1486, #1487 by @pd93).
8+
39
## v3.34.0 - 2024-01-25
410

511
- Removed support for `version: 2` schemas. See the

docs/docs/changelog.md

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

66
# Changelog
77

8+
## v3.34.1 - 2024-01-27
9+
10+
- Fixed prompt regression on
11+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles/)
12+
(#1486, #1487 by @pd93).
13+
814
## v3.34.0 - 2024-01-25
915

1016
- Removed support for `version: 2` schemas. See the

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

0 commit comments

Comments
 (0)