This commit is contained in:
Andrey Nering
2025-04-21 16:35:01 -03:00
parent 08056924e0
commit 6cb0a5a2f2
6 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## Unreleased ## v3.43.2 - 2025-04-21
- Fixed regresion of `CLI_ARGS` being exposed as the wrong type (#2190, #2191 by - Fixed regresion of `CLI_ARGS` being exposed as the wrong type (#2190, #2191 by
@vmaerten). @vmaerten).

View File

@@ -1 +1 @@
3.43.1 3.43.2

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "@go-task/cli", "name": "@go-task/cli",
"version": "3.43.1", "version": "3.43.2",
"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.43.1", "version": "3.43.2",
"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",

View File

@@ -5,6 +5,11 @@ sidebar_position: 14
# Changelog # Changelog
## v3.43.2 - 2025-04-21
- Fixed regresion of `CLI_ARGS` being exposed as the wrong type (#2190, #2191 by
@vmaerten).
## v3.43.1 - 2025-04-21 ## v3.43.1 - 2025-04-21
- Significant improvements were made to the watcher. We migrated from - Significant improvements were made to the watcher. We migrated from

View File

@@ -5,6 +5,11 @@ sidebar_position: 14
# Changelog # Changelog
## v3.43.2 - 2025-04-21
- Fixed regresion of `CLI_ARGS` being exposed as the wrong type (#2190, #2191 by
@vmaerten).
## v3.43.1 - 2025-04-21 ## v3.43.1 - 2025-04-21
- Significant improvements were made to the watcher. We migrated from - Significant improvements were made to the watcher. We migrated from