From 023b935587b30a9c36c91525a238c756955aa131 Mon Sep 17 00:00:00 2001 From: bizob2828 Date: Tue, 29 Aug 2023 15:17:27 +0000 Subject: [PATCH] Adds auto-generated release notes. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27f9de..8b09ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.7.0 (2023-08-29) + +* **BREAKING**: Updated the module path to properly instrument Next.js with `require-in-the-middle`. + +Updated the contributing docs + +* update versioned test helper to handle next@13.4.15 changes + ### v0.6.0 (2023-08-09) * **BREAKING** - Dropped support for Node 14.