Skip to content

Commit

Permalink
chore(release): release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Dec 9, 2024
1 parent f70b54c commit 7e4c3d0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v0.11.0

[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.10.0...v0.11.0)

### 🚀 Enhancements

- **renderer:** Do not try to resolve `<svg>`, `<math>` and their children ([#299](https://github.com/nuxt-modules/mdc/pull/299))
- MDC stringify utility ([#300](https://github.com/nuxt-modules/mdc/pull/300))

### 🩹 Fixes

- Export processors ([a0601df](https://github.com/nuxt-modules/mdc/commit/a0601df))
- **stringify:** Do not remove slots with properties ([c862290](https://github.com/nuxt-modules/mdc/commit/c862290))
- **stringify:** Whitespace between inline components and texts ([e2a7c43](https://github.com/nuxt-modules/mdc/commit/e2a7c43))
- **stringify:** Whitespace between `:br` and texts ([42b9f9b](https://github.com/nuxt-modules/mdc/commit/42b9f9b))

### 🏡 Chore

- Upgrade deps ([f70b54c](https://github.com/nuxt-modules/mdc/commit/f70b54c))

### ❤️ Contributors

- Farnabaz <[email protected]>

## v0.10.0

[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.9.5...v0.10.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/mdc",
"version": "0.10.0",
"version": "0.11.0",
"description": "Nuxt MDC module",
"repository": "nuxt-modules/mdc",
"license": "MIT",
Expand Down

0 comments on commit 7e4c3d0

Please sign in to comment.