Skip to content

Commit

Permalink
chore(release): release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jan 16, 2025
1 parent 3955c94 commit e3b8fc9
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.13.0

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

### 🩹 Fixes

- **stringify:** Use `*` instead `_` for emphsis syntax ([#325](https://github.com/nuxt-modules/mdc/pull/325))

### 📖 Documentation

- **README:** Links types module ([#324](https://github.com/nuxt-modules/mdc/pull/324))
- Module loads components from `components/mdc` directory ([aac575e](https://github.com/nuxt-modules/mdc/commit/aac575e))

### 🏡 Chore

- Upgrade deps ([317d82e](https://github.com/nuxt-modules/mdc/commit/317d82e))
- Freeze typescript 5.6.2 ([3955c94](https://github.com/nuxt-modules/mdc/commit/3955c94))

### ❤️ Contributors

- Farnabaz <[email protected]>
- Guspan Tanadi ([@guspan-tanadi](http://github.com/guspan-tanadi))

## v0.12.1

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

0 comments on commit e3b8fc9

Please sign in to comment.