From d20ea5758aa9c1c54cf1634b82e0fb27912b2249 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 28 Sep 2022 14:46:02 +0200 Subject: [PATCH] meta: Update changelog for 2.2.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e1e1bc..deb7caa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2.1 + +- feat(nextjs): Add option to auto-wrap data fetchers and API routes to Next.js config (#194) + ## 2.2.0 - ref(nextjs): Default to hiding source maps in nextjs config (#188)