diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5a7fb..f96265a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/deno.json b/deno.json index 57f4afd..e193eae 100644 --- a/deno.json +++ b/deno.json @@ -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"