From d405fa1bf233ad34b0ee267cff11a07ce1ad5f77 Mon Sep 17 00:00:00 2001 From: dc7290 Date: Sun, 9 Jun 2024 09:42:15 +0000 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=8F=B9=20v4.5.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.5.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.4.0...v4.5.0) (2024-06-09) ### Features * 🚀 Support `.cjs` ([4e58bdb](https://github.com/dc7290/next-export-optimize-images/commit/4e58bdb061766720c4a9317587015ed66b6a671d)) ### Documentation * ✏️ Handling page swaps and relative paths ([6d86e34](https://github.com/dc7290/next-export-optimize-images/commit/6d86e3405f2cde1614552c53ac70c046425c2939)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fafd7c6..717ea5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this ## [Released](https://github.com/dc7290/next-export-optimize-images/releases) +## [4.5.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.4.0...v4.5.0) (2024-06-09) + + +### Features + +* 🚀 Support `.cjs` ([4e58bdb](https://github.com/dc7290/next-export-optimize-images/commit/4e58bdb061766720c4a9317587015ed66b6a671d)) + + +### Documentation + +* ✏️ Handling page swaps and relative paths ([6d86e34](https://github.com/dc7290/next-export-optimize-images/commit/6d86e3405f2cde1614552c53ac70c046425c2939)) + ## [4.4.0](https://github.com/dc7290/next-export-optimize-images/compare/v4.3.1...v4.4.0) (2024-05-19) diff --git a/package.json b/package.json index 96bf18d9..92c3e3b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-export-optimize-images", - "version": "4.4.0", + "version": "4.5.0", "description": "Optimize images at build time with Next.js.", "keywords": [ "next.js",