diff --git a/CHANGELOG.md b/CHANGELOG.md index bdbe3551..2409fa05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index c5b9d7b5..b6cd547a 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -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)). diff --git a/package-lock.json b/package-lock.json index 97297d03..642dfe81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@go-task/cli", - "version": "3.30.0", + "version": "3.30.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 21188d57..90cfafd2 100644 --- a/package.json +++ b/package.json @@ -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",