Skip to content

Commit

Permalink
v3.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Dec 21, 2023
1 parent f00ffad commit 743a15f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v3.33.0 - 2023-12-20

- Added
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 743a15f

Please sign in to comment.