From 0bd056b386d090855eee236de24ef385cd71b48f Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 13 Jan 2024 19:32:11 -0500 Subject: [PATCH] chore: Version 4.0.6 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa777ac9..8bafc7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Added * Added a `--queue` option to the `image-optimize/optimize/create` console command if you want to defer the image generation to be run via queue job, rather than immediately via the console command +### Changed +* Updated docs to use node 20 & a new sitemap plugin * Switch over to Vite `^5.0.0` & Node `^20.0.0` for the buildchain ## 4.0.5 - 2023.05.19