diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c8647186..d346d2dde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## Unreleased + +* Include `./package.json` in export map ([#5659](https://github.com/sveltejs/svelte/issues/5659)) + ## 3.29.5 * Fix `$$props` and `$$restProps` when compiling to a custom element ([#5482](https://github.com/sveltejs/svelte/issues/5482)) diff --git a/package.json b/package.json index 7fcb311dea..e6f44c7d09 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "README.md" ], "exports": { + "./package.json": "./package.json", ".": { "import": "./index.mjs", "require": "./index.js"