Skip to content

Commit

Permalink
chore(release): release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Feb 2, 2024
1 parent 9d75268 commit 1e17b98
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.4.0

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

### 🚀 Enhancements

- ⚠️ `mdc.config.js` support, improve shiki bundle ([#129](https://github.com/nuxt-modules/mdc/pull/129))

### 🩹 Fixes

- Improve optimizeDeps handling ([#131](https://github.com/nuxt-modules/mdc/pull/131))
- **code-block:** Convert string to `number[]` before rehypeShiki ([#133](https://github.com/nuxt-modules/mdc/pull/133))

### 🏡 Chore

- Remove comment ([9d75268](https://github.com/nuxt-modules/mdc/commit/9d75268))

#### ⚠️ Breaking Changes

- ⚠️ `mdc.config.js` support, improve shiki bundle ([#129](https://github.com/nuxt-modules/mdc/pull/129))

### ❤️ Contributors

- Farnabaz ([@farnabaz](http://github.com/farnabaz))
- Charlie0228 <[email protected]>
- Anthony Fu <[email protected]>

## v0.3.2

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

0 comments on commit 1e17b98

Please sign in to comment.