From 3b568557b401b87651dcff6fa766b45a572ccb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Mon, 11 Dec 2023 09:13:41 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc9bb23..c0155673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - `ReportableError` defines the `report(error, httpContext)` method - `@supercharge/core` - bypass import cache when dynamically importing routes from file path + - keep the original error as the `cause` when wrapping that error into an `HttpError` - `@supercharge/vite` - create `vite` container binding - add a `ViteConfig` instance wrapping a Vite configuration JS object (will be used by a config/vite.ts file)