Skip to content

Commit

Permalink
release: v3.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Sep 15, 2023
1 parent d1d312f commit 99d247e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## Unreleased
## v3.30.1 - 2023-09-14

- Fixed an issue where some special variables weren't being set correctly
(#1331, #1334 by @pd93)
- Fixed a regression where some special variables weren't being set correctly
(#1331, #1334 by @pd93).

## v3.30.0 - 2023-09-13

Expand Down
5 changes: 5 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sidebar_position: 14

# Changelog

## v3.30.1 - 2023-09-14

- Fixed a regression where some special variables weren't being set correctly
([#1331](https://github.com/go-task/task/issues/1331), [#1334](https://github.com/go-task/task/issues/1334) by [@pd93](https://github.com/pd93)).

## v3.30.0 - 2023-09-13

- Prep work for Remote Taskfiles ([#1316](https://github.com/go-task/task/issues/1316) by [@pd93](https://github.com/pd93)).
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.30.0",
"version": "3.30.1",
"description": "A task runner / simpler Make alternative written in Go",
"scripts": {
"postinstall": "go-npm install",
Expand Down

0 comments on commit 99d247e

Please sign in to comment.