diff --git a/.changeset/dry-houses-pay.md b/.changeset/dry-houses-pay.md deleted file mode 100644 index 8db12bd5..00000000 --- a/.changeset/dry-houses-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mdsvex": patch ---- - -Infer the settings type when using unified plugins with settings diff --git a/.changeset/light-bikes-battle.md b/.changeset/light-bikes-battle.md deleted file mode 100644 index ccf14bb1..00000000 --- a/.changeset/light-bikes-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mdsvex': patch ---- - -Allow more extensive extension filtering. For example, now `.md.svelte` is possible diff --git a/.changeset/ten-trainers-reply.md b/.changeset/ten-trainers-reply.md deleted file mode 100644 index aad1396c..00000000 --- a/.changeset/ten-trainers-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mdsvex": patch ---- - -Pass filename to highlighter diff --git a/.changeset/warm-doors-relax.md b/.changeset/warm-doors-relax.md deleted file mode 100644 index e72b1133..00000000 --- a/.changeset/warm-doors-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mdsvex': patch ---- - -Update peerDependencies to allow Svelte 5 diff --git a/packages/mdsvex/CHANGELOG.md b/packages/mdsvex/CHANGELOG.md index 51c2356c..ce5800ba 100644 --- a/packages/mdsvex/CHANGELOG.md +++ b/packages/mdsvex/CHANGELOG.md @@ -1,5 +1,17 @@ # mdsvex +## 0.11.1 + +### Patch Changes + +- [#596](https://github.com/pngwn/MDsveX/pull/596) [`d238325`](https://github.com/pngwn/MDsveX/commit/d2383257d959c68ea5279fd3a8d22ec6d5a4504e) Thanks [@TheOnlyTails](https://github.com/TheOnlyTails)! - Infer the settings type when using unified plugins with settings + +* [#591](https://github.com/pngwn/MDsveX/pull/591) [`1ff938c`](https://github.com/pngwn/MDsveX/commit/1ff938c9e9aa588486fb57f762a5356630549288) Thanks [@vnphanquang](https://github.com/vnphanquang)! - Allow more extensive extension filtering. For example, now `.md.svelte` is possible + +- [#592](https://github.com/pngwn/MDsveX/pull/592) [`68c6df2`](https://github.com/pngwn/MDsveX/commit/68c6df2e97103119a2bb048588f43d4f0fad1493) Thanks [@vnphanquang](https://github.com/vnphanquang)! - Pass filename to highlighter + +* [#603](https://github.com/pngwn/MDsveX/pull/603) [`ae41002`](https://github.com/pngwn/MDsveX/commit/ae410026fb51bcdb5577c324a4e4d87323a0e57b) Thanks [@pngwn](https://github.com/pngwn)! - Update peerDependencies to allow Svelte 5 + ## 0.11.0 ### Minor Changes diff --git a/packages/mdsvex/package.json b/packages/mdsvex/package.json index 9a2abe00..b5cfe423 100644 --- a/packages/mdsvex/package.json +++ b/packages/mdsvex/package.json @@ -1,6 +1,6 @@ { "name": "mdsvex", - "version": "0.11.0", + "version": "0.11.1", "description": "Markdown preprocessor for Svelte", "main": "dist/main.cjs.js", "module": "dist/main.es.js",