1
0
mirror of https://github.com/go-task/task.git synced 2025-06-23 00:38:19 +02:00
This commit is contained in:
Andrey Nering
2024-01-27 18:49:00 -03:00
parent 870c07eafb
commit 1f477eb456
4 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## v3.34.1 - 2024-01-27
- Fixed prompt regression on
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles/)
(#1486, #1487 by @pd93).
## v3.34.0 - 2024-01-25 ## v3.34.0 - 2024-01-25
- Removed support for `version: 2` schemas. See the - Removed support for `version: 2` schemas. See the

View File

@ -5,6 +5,12 @@ sidebar_position: 14
# Changelog # Changelog
## v3.34.1 - 2024-01-27
- Fixed prompt regression on
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles/)
(#1486, #1487 by @pd93).
## v3.34.0 - 2024-01-25 ## v3.34.0 - 2024-01-25
- Removed support for `version: 2` schemas. See the - Removed support for `version: 2` schemas. See the

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@go-task/cli", "name": "@go-task/cli",
"version": "3.34.0", "version": "3.34.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@go-task/cli", "name": "@go-task/cli",
"version": "3.34.0", "version": "3.34.1",
"description": "A task runner / simpler Make alternative written in Go", "description": "A task runner / simpler Make alternative written in Go",
"scripts": { "scripts": {
"postinstall": "go-npm install", "postinstall": "go-npm install",