Skip to content

Commit

Permalink
v3.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Sep 19, 2024
1 parent 23d578a commit 56f3735
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 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.39.1 - 2024-09-18

- Added Renovate configuration to automatically create PRs to keep dependencies
up to date (#1783 by @vmaerten).
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.39.0",
"version": "3.39.1",
"description": "A task runner / simpler Make alternative written in Go",
"scripts": {
"postinstall": "go-npm install",
Expand Down
10 changes: 10 additions & 0 deletions website/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ sidebar_position: 14

# Changelog

## v3.39.1 - 2024-09-18

- Added Renovate configuration to automatically create PRs to keep dependencies
up to date (#1783 by @vmaerten).
- Fixed a bug where the help was displayed twice (#1805, #1806 by @vmaerten).
- Fixed a bug where ZSH and PowerShell completions did not work when using the
recommended method. (#1813, #1809 by @vmaerten and @shirayu)
- Fix variables not working properly for a `defer:` statement (#1803, #1814 by
@vmaerten and @andreynering).

## v3.39.0 - 2024-09-07

- Added
Expand Down
10 changes: 10 additions & 0 deletions website/versioned_docs/version-latest/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ sidebar_position: 14

# Changelog

## v3.39.1 - 2024-09-18

- Added Renovate configuration to automatically create PRs to keep dependencies
up to date (#1783 by @vmaerten).
- Fixed a bug where the help was displayed twice (#1805, #1806 by @vmaerten).
- Fixed a bug where ZSH and PowerShell completions did not work when using the
recommended method. (#1813, #1809 by @vmaerten and @shirayu)
- Fix variables not working properly for a `defer:` statement (#1803, #1814 by
@vmaerten and @andreynering).

## v3.39.0 - 2024-09-07

- Added
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-latest/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ task --completion fish | source

<TabItem value="4">
```powershell title="$PROFILE\Microsoft.PowerShell_profile.ps1"
Invoke-Expression (&task --completion powershell)
Invoke-Expression (&task --completion powershell | Out-String)
```
</TabItem></Tabs>

Expand Down

0 comments on commit 56f3735

Please sign in to comment.