1
0
mirror of https://github.com/go-task/task.git synced 2025-02-01 13:17:56 +02:00

release: v3.30.1

This commit is contained in:
Andrey Nering 2023-09-14 21:31:13 -03:00
parent d1d312f396
commit 99d247e254
4 changed files with 10 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# Changelog
## Unreleased
## v3.30.1 - 2023-09-14
- Fixed an issue where some special variables weren't being set correctly
(#1331, #1334 by @pd93)
- Fixed a regression where some special variables weren't being set correctly
(#1331, #1334 by @pd93).
## v3.30.0 - 2023-09-13

View File

@ -5,6 +5,11 @@ sidebar_position: 14
# Changelog
## v3.30.1 - 2023-09-14
- Fixed a regression where some special variables weren't being set correctly
([#1331](https://github.com/go-task/task/issues/1331), [#1334](https://github.com/go-task/task/issues/1334) by [@pd93](https://github.com/pd93)).
## v3.30.0 - 2023-09-13
- Prep work for Remote Taskfiles ([#1316](https://github.com/go-task/task/issues/1316) by [@pd93](https://github.com/pd93)).

2
package-lock.json generated
View File

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

View File

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