Skip to content

Commit

Permalink
chore(release): release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jul 1, 2024
1 parent b3c0f28 commit 7fc7112
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Changelog


## v0.8.3

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

### 🚀 Enhancements

- Upgrade shiki, support custom embedded languages `ts-type` and `vue-html` ([#232](https://github.com/nuxt-modules/mdc/pull/232))

### 🩹 Fixes

- `defineConfig` should be side-effect free ([#235](https://github.com/nuxt-modules/mdc/pull/235))
- **build:** Change default exports to `module.d.ts` ([c8b12d5](https://github.com/nuxt-modules/mdc/commit/c8b12d5))

### 🏡 Chore

- Upgrade deps ([5ef4d87](https://github.com/nuxt-modules/mdc/commit/5ef4d87))
- Update lockfile ([dc4cf01](https://github.com/nuxt-modules/mdc/commit/dc4cf01))

### 🤖 CI

- Update edge job ([b3c0f28](https://github.com/nuxt-modules/mdc/commit/b3c0f28))

### ❤️ Contributors

- Farnabaz <[email protected]>
- Anthony Fu <[email protected]>

## v0.8.2

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

0 comments on commit 7fc7112

Please sign in to comment.