1
0
mirror of https://github.com/go-task/task.git synced 2025-01-04 03:48:02 +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
## 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
- Removed support for `version: 2` schemas. See the

View File

@ -5,6 +5,12 @@ sidebar_position: 14
# 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
- Removed support for `version: 2` schemas. See the

2
package-lock.json generated
View File

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

View File

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