From e3b8fc94c1302c16ed99f66796524cd4a5ffa655 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Thu, 16 Jan 2025 15:59:01 +0100 Subject: [PATCH] chore(release): release v0.13.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5addfdf..e6fc754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- 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) diff --git a/package.json b/package.json index 0f5a453..479449b 100644 --- a/package.json +++ b/package.json @@ -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",