Skip to content

Commit 1072ff5

Browse files
committed
v3.19.0
1 parent 983f6ff commit 1072ff5

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v3.19.0 - 2022-12-05
44

55
- Installation via npm now supports [pnpm](https://pnpm.io/) as well
66
([go-task/go-npm#2](https://github.com/go-task/go-npm/issues/2), [go-task/go-npm#3](https://github.com/go-task/go-npm/pull/3)).
@@ -14,7 +14,7 @@
1414
- The website got a brand new [translation to Chinese](https://task-zh.readthedocs.io/zh_CN/latest/)
1515
by [@DeronW](https://github.com/DeronW). Thanks!
1616

17-
## v3.18.0
17+
## v3.18.0 - 2022-11-12
1818

1919
- Show aliases on `task --list --silent` (`task --ls`). This means that aliases
2020
will be completed by the completion scripts
@@ -26,7 +26,7 @@
2626
aliased to `docs`
2727
([#661](https://github.com/go-task/task/issues/661), [#815](https://github.com/go-task/task/pull/815)).
2828

29-
## v3.17.0
29+
## v3.17.0 - 2022-10-14
3030

3131
- Add a "Did you mean ...?" suggestion when a task does not exits another one
3232
with a similar name is found

docs/docs/changelog.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ sidebar_position: 6
55

66
# Changelog
77

8-
## v3.18.0
8+
## v3.19.0 - 2022-12-05
9+
10+
- Installation via npm now supports [pnpm](https://pnpm.io/) as well
11+
([go-task/go-npm#2](https://github.com/go-task/go-npm/issues/2), [go-task/go-npm#3](https://github.com/go-task/go-npm/pull/3)).
12+
- It's now possible to run Taskfiles from subdirectories! A new `USER_WORKING_DIR` special
13+
variable was added to add even more flexibility for monorepos
14+
([#289](https://github.com/go-task/task/issues/289), [#920](https://github.com/go-task/task/pull/920)).
15+
- Add task-level `dotenv` support
16+
([#389](https://github.com/go-task/task/issues/389), [#904](https://github.com/go-task/task/pull/904)).
17+
- It's now possible to use global level variables on `includes`
18+
([#942](https://github.com/go-task/task/issues/942), [#943](https://github.com/go-task/task/pull/943)).
19+
- The website got a brand new [translation to Chinese](https://task-zh.readthedocs.io/zh_CN/latest/)
20+
by [@DeronW](https://github.com/DeronW). Thanks!
21+
22+
## v3.18.0 - 2022-11-12
923

1024
- Show aliases on `task --list --silent` (`task --ls`). This means that aliases
1125
will be completed by the completion scripts
@@ -17,7 +31,7 @@ sidebar_position: 6
1731
aliased to `docs`
1832
([#661](https://github.com/go-task/task/issues/661), [#815](https://github.com/go-task/task/pull/815)).
1933

20-
## v3.17.0
34+
## v3.17.0 - 2022-10-14
2135

2236
- Add a "Did you mean ...?" suggestion when a task does not exits another one
2337
with a similar name is found

package-lock.json

Lines changed: 2 additions & 2 deletions
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.18.0",
3+
"version": "3.19.0",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)