From d82b0faca170b89f5ac40fd11b6306a09ab91bba Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 17 Jun 2023 11:54:04 -0300 Subject: [PATCH] chore(changelog): mention npm installation fixes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1ea5a5..01aaa2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +- Bug fixed were made to the + [npm installation method](https://taskfile.dev/installation/#npm). + (#1190, by @sounisi5011). + ## v3.26.0 - 2023-06-10 - Only rewrite checksum files in `.task` if the checksum has changed (#1185,