Skip to content

Commit

Permalink
release: v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 2, 2024
1 parent e8a3cee commit 2ca945c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.6](https://github.com/brc-dd/prettier-plugin-vitepress/compare/v0.0.5...v0.0.6) (2024-12-02)

### Features

- emit type declarations ([47289fc](https://github.com/brc-dd/prettier-plugin-vitepress/commit/47289fca47dc277390dd1c03a0d346d1ea93a124))

## [0.0.5](https://github.com/brc-dd/prettier-plugin-vitepress/compare/v0.0.4...v0.0.5) (2024-12-02)

### Bug Fixes
Expand Down
9 changes: 7 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "prettier-plugin-vitepress",
"version": "0.0.5",
"version": "0.0.6",
"description": "a prettier plugin to format vue in markdown syntax used in vitepress",
"keywords": ["prettier", "vitepress", "vue", "markdown"],
"keywords": [
"prettier",
"vitepress",
"vue",
"markdown"
],
"repository": {
"type": "git",
"url": "git+https://github.com/brc-dd/prettier-plugin-vitepress.git"
Expand Down

0 comments on commit 2ca945c

Please sign in to comment.