1
0
mirror of https://github.com/go-task/task.git synced 2025-04-18 12:04:04 +03:00
This commit is contained in:
Pete Davison 2025-03-10 20:18:58 +00:00
parent 23fd7e782c
commit 8181352d54
No known key found for this signature in database
5 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## v3.42.1 - 2025-03-10
- Fixed a bug where some special variables caused a type error when used global
variables (#2106, #2107 by @pd93).

2
package-lock.json generated
View File

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

View File

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

View File

@ -5,6 +5,11 @@ sidebar_position: 14
# Changelog
## v3.42.1 - 2025-03-10
- Fixed a bug where some special variables caused a type error when used global
variables (#2106, #2107 by @pd93).
## v3.42.0 - 2025-03-08
- Made `--init` less verbose by default and respect `--silent` and `--verbose`

View File

@ -5,6 +5,11 @@ sidebar_position: 14
# Changelog
## v3.42.1 - 2025-03-10
- Fixed a bug where some special variables caused a type error when used global
variables (#2106, #2107 by @pd93).
## v3.42.0 - 2025-03-08
- Made `--init` less verbose by default and respect `--silent` and `--verbose`