Skip to content

Commit

Permalink
chore(release): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Mar 4, 2025
1 parent ad58723 commit c1dab2b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageManager": "[email protected]",
"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": {
Expand Down

0 comments on commit c1dab2b

Please sign in to comment.