From 529a6ecb8ee1f97ee080f68257dee6595b313b78 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Wed, 26 Nov 2025 13:30:33 +1300 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8d19c..a94f16e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v5.0.0 +- [Upgrade action to use Node 24 LTS](https://github.com/AurorNZ/paths-filter/pull/34) + +## 4.1.0 +- [Migrate to PNPM and Volta](https://github.com/AurorNZ/paths-filter/pull/13) +- [Migrate jest to vitest](https://github.com/AurorNZ/paths-filter/pull/14) +- [Eslint upgrade](https://github.com/AurorNZ/paths-filter/pull/15) +- [Generate build with esm](https://github.com/AurorNZ/paths-filter/pull/16) +- [Upgrade pnpm to 10](https://github.com/AurorNZ/paths-filter/pull/28) +- Update dependencies to latest, except Node (Upgrade to 24 completed separately) + ## v4.0.0 - [Possibly breaking: Updated dependencies and upgrade to node 20](https://github.com/AurorNZ/paths-filter/pull/9)