From efb12c0c0448284bc2de86869641c06de9c59f5c Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 4 Mar 2024 22:19:25 +0000 Subject: [PATCH] v3.35.1 --- CHANGELOG.md | 2 +- docs/docs/changelog.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1312b61d..532a3aebe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.35.1 - 2024-03-04 - Fixed a bug where the `TASKFILE_DIR` variable was sometimes incorrect (#1522, #1523 by @pd93). diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 19a22de08c..eb0e635924 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -5,6 +5,15 @@ sidebar_position: 14 # Changelog +## v3.35.1 - 2024-03-04 + +- Fixed a bug where the `TASKFILE_DIR` variable was sometimes incorrect (#1522, + #1523 by @pd93). +- Added a new `TASKFILE` special variable that holds the root Taskfile path + (#1523 by @pd93). +- Fixed various issues related to running a Taskfile from a subdirectory (#1529, + #1530 by @pd93). + ## v3.35.0 - 2024-02-28 - Added support for diff --git a/package-lock.json b/package-lock.json index 3520fc5fee..1257281dc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@go-task/cli", - "version": "3.35.0", + "version": "3.35.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 99b9a6fb8a..47fdffcdeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@go-task/cli", - "version": "3.35.0", + "version": "3.35.1", "description": "A task runner / simpler Make alternative written in Go", "scripts": { "postinstall": "go-npm install",