diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e28f4..44eafd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## v0.2.2 + +[compare changes](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.1...v0.2.2) + +### 🏡 Chore + +- Use release-it ([9af2154](https://github.com/nuxtlabs/vscode-mdc/commit/9af2154)) + +### 🤖 CI + +- Fix release job ([2684050](https://github.com/nuxtlabs/vscode-mdc/commit/2684050)) + +### ❤️ Contributors + +- Farnabaz + ### [0.2.1](https://github.com/nuxtlabs/vscode-mdc/compare/v0.2.0...v0.2.1) (2025-03-04) diff --git a/package.json b/package.json index 70aa160..64aead3 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.1", + "version": "0.2.2", "publisher": "Nuxt", "icon": "images/icon.png", "repository": {