Skip to content

Commit 743a15f

Browse files
committed
v3.33.0
1 parent f00ffad commit 743a15f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v3.33.0 - 2023-12-20
44

55
- Added
66
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)

docs/docs/changelog.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.33.0 - 2023-12-20
9+
10+
- Added
11+
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)
12+
(#1415, #1421 by @pd93).
13+
- Updated Docusaurus to v3 (#1432 by @pd93).
14+
- Added `aliases` to `--json` flag output (#1430, #1431 by @pd93).
15+
- Added new `CLI_FORCE` special variable containing whether the `--force` or
16+
`--force-all` flags were set (#1412, #1434 by @pd93).
17+
818
## v3.32.0 - 2023-11-29
919

1020
- Added ability to exclude some files from `sources:` by using `exclude:` (#225,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@go-task/cli",
3-
"version": "3.32.0",
3+
"version": "3.33.0",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)