From c1dab2bb4872711ed350771ee977a4b974c4bfd9 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Tue, 4 Mar 2025 15:33:48 +0100 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be0e35e..00e28f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.1](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.0...v0.2.1) (2025-03-04) + + +### Features + +* add document formatting and code folding providers ([#41](https://github.com/nuxtlabs/vscode-mdc/issues/41)) ([866de6e](https://github.com/nuxtlabs/vscode-mdc/commit/866de6e93440afc6f42594610ef1d0c22b661123)) + + +### Bug Fixes + +* create `mdc.standalone` to use separately outside of markdown language ([45d4f42](https://github.com/nuxtlabs/vscode-mdc/commit/45d4f426aa51b8d6a6b2e719ed2bc8f617bd3919)) +* **formatting:** make formatting opt-in ([#45](https://github.com/nuxtlabs/vscode-mdc/issues/45)) ([58a8bed](https://github.com/nuxtlabs/vscode-mdc/commit/58a8bedde552f14e89cc48b47606e077f2ee3e02)) +* **packaging:** properly package dependencies ([#46](https://github.com/nuxtlabs/vscode-mdc/issues/46)) ([545791f](https://github.com/nuxtlabs/vscode-mdc/commit/545791f11561c4ce37ab5e7e9dc5959343613686)) +* **standalone:** include inline syntax ([#42](https://github.com/nuxtlabs/vscode-mdc/issues/42)) ([96f619c](https://github.com/nuxtlabs/vscode-mdc/commit/96f619ccd8df724e5bd94eb28b87e03b769a8c41)) + ## [0.2.0](https://github.com/nuxtlabs/vscode-mdc/compare/v0.1.8...v0.2.0) (2023-09-01) diff --git a/package.json b/package.json index 576463b..5155d34 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "packageManager": "pnpm@9.15.6", "displayName": "MDC - Markdown Components", "description": "Provides syntax highlighting and colon matching for MDC (Markdown Components) files for Nuxt Content.", - "version": "0.2.0", + "version": "0.2.1", "publisher": "Nuxt", "icon": "images/icon.png", "repository": {