From 0a259c9aaf262a942134223cde4106f3344b0cd3 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:08:35 +0530 Subject: [PATCH] release: v0.0.7 --- CHANGELOG.md | 6 ++++++ deno.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f96265a..cb1687b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.0.7](https://github.com/brc-dd/prettier-plugin-vitepress/compare/v0.0.6...v0.0.7) (2024-12-27) + +### Bug Fixes + +- handle multiple adjacent roots ([fc2d758](https://github.com/brc-dd/prettier-plugin-vitepress/commit/fc2d75878d5217a4a57a2cfd628c5011dab0ebb2)) + ## [0.0.6](https://github.com/brc-dd/prettier-plugin-vitepress/compare/v0.0.5...v0.0.6) (2024-12-02) ### Features diff --git a/deno.json b/deno.json index b63390a..d6dfbb5 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-vitepress", - "version": "0.0.6", + "version": "0.0.7", "description": "a prettier plugin to format vue in markdown syntax used in vitepress", "keywords": [ "prettier",