From d0c402dd0f3b7e6227e038a3bb06b663a4a7d292 Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Thu, 15 May 2025 00:31:32 +0200 Subject: [PATCH] chore: add changelog --- .changeset/soft-zoos-flow.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/soft-zoos-flow.md diff --git a/.changeset/soft-zoos-flow.md b/.changeset/soft-zoos-flow.md new file mode 100644 index 00000000..d908fa64 --- /dev/null +++ b/.changeset/soft-zoos-flow.md @@ -0,0 +1,7 @@ +--- +'task-master-ai': patch +--- + +Fix initial .env.example to work out of the box + +- Closes #419