From 9ef0601771a9051140adb340cf485a29e999eb87 Mon Sep 17 00:00:00 2001 From: Felix Haus <472867+ofhouse@users.noreply.github.com> Date: Fri, 7 Apr 2023 17:36:19 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8787825..fb4a975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +- Add support for Next.js 13+ +- `node-fetch` is now an optional dependency + (it is not required if you are using an environment that has native `fetch` available) + ## [4.3.0] - 2023-04-07 - Ensure compatibility with Next.js 12.2.0+