mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
v3.39.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## v3.39.2 - 2024-09-19
|
||||||
|
|
||||||
- Fix dynamic variables not working properly for a defer: statement (#1803,
|
- Fix dynamic variables not working properly for a defer: statement (#1803,
|
||||||
#1818 by @vmaerten).
|
#1818 by @vmaerten).
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@go-task/cli",
|
"name": "@go-task/cli",
|
||||||
"version": "3.39.1",
|
"version": "3.39.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@go-task/cli",
|
"name": "@go-task/cli",
|
||||||
"version": "3.39.1",
|
"version": "3.39.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",
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ sidebar_position: 14
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v3.39.2 - 2024-09-19
|
||||||
|
|
||||||
|
- Fix dynamic variables not working properly for a defer: statement (#1803,
|
||||||
|
#1818 by @vmaerten).
|
||||||
|
|
||||||
## v3.39.1 - 2024-09-18
|
## v3.39.1 - 2024-09-18
|
||||||
|
|
||||||
- Added Renovate configuration to automatically create PRs to keep dependencies
|
- Added Renovate configuration to automatically create PRs to keep dependencies
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ sidebar_position: 14
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v3.39.2 - 2024-09-19
|
||||||
|
|
||||||
|
- Fix dynamic variables not working properly for a defer: statement (#1803,
|
||||||
|
#1818 by @vmaerten).
|
||||||
|
|
||||||
## v3.39.1 - 2024-09-18
|
## v3.39.1 - 2024-09-18
|
||||||
|
|
||||||
- Added Renovate configuration to automatically create PRs to keep dependencies
|
- Added Renovate configuration to automatically create PRs to keep dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user