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 2023-12-20 23:20:06 -03:00
parent f00ffad63d
commit 743a15f35b
4 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## v3.33.0 - 2023-12-20
- Added
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)

View File

@ -5,6 +5,16 @@ sidebar_position: 14
# Changelog
## v3.33.0 - 2023-12-20
- Added
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)
(#1415, #1421 by @pd93).
- Updated Docusaurus to v3 (#1432 by @pd93).
- Added `aliases` to `--json` flag output (#1430, #1431 by @pd93).
- Added new `CLI_FORCE` special variable containing whether the `--force` or
`--force-all` flags were set (#1412, #1434 by @pd93).
## v3.32.0 - 2023-11-29
- Added ability to exclude some files from `sources:` by using `exclude:` (#225,

2
package-lock.json generated
View File

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

View File

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