diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b5c76b..e8353aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v0.9.0 + +[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.8.3...v0.9.0) + +### 🩹 Fixes + +- Use explicit `props` ([#252](https://github.com/nuxt-modules/mdc/pull/252)) +- **shiki:** Dynamic import highlighter packages ([#253](https://github.com/nuxt-modules/mdc/pull/253)) + +### 🏡 Chore + +- Upgrade deps ([e41bafc](https://github.com/nuxt-modules/mdc/commit/e41bafc)) +- Update playground ([8a7c5b5](https://github.com/nuxt-modules/mdc/commit/8a7c5b5)) + +### ❤️ Contributors + +- Farnabaz +- Eugen Istoc + ## v0.8.3 [compare changes](https://github.com/nuxt-modules/mdc/compare/v0.8.2...v0.8.3) diff --git a/package.json b/package.json index 9a11f417..fe4ffc8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/mdc", - "version": "0.8.3", + "version": "0.9.0", "description": "Nuxt MDC module", "repository": "nuxt-modules/mdc", "license": "MIT",