Skip to content

Commit

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


## v0.10.0

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

### 🚀 Enhancements

- **parser:** New `createProcessor` util ([#289](https://github.com/nuxt-modules/mdc/pull/289))
- **slot:** Detect Vue slots with `mdc-unwrap` prop and treat them as `<MDCSlot>` ([#294](https://github.com/nuxt-modules/mdc/pull/294))

### 🩹 Fixes

- **nodeTextContent:** `.value` has higher priority than `.children` ([08ce958](https://github.com/nuxt-modules/mdc/commit/08ce958))

### 🏡 Chore

- Upgrade deps ([2436c1c](https://github.com/nuxt-modules/mdc/commit/2436c1c))
- Disable docs update ([7ef26ba](https://github.com/nuxt-modules/mdc/commit/7ef26ba))

### ❤️ Contributors

- Farnabaz <[email protected]>
- Sandro Circi ([@sandros94](http://github.com/sandros94))

## v0.9.5

[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.9.4...v0.9.5)
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.9.5",
"version": "0.10.0",
"description": "Nuxt MDC module",
"repository": "nuxt-modules/mdc",
"license": "MIT",
Expand Down

0 comments on commit 4531def

Please sign in to comment.