From d54351fec50d74d70550e9d3c081c9dbc6eac523 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 28 Dec 2024 16:02:10 +0530 Subject: [PATCH] release: v0.0.8 --- CHANGELOG.md | 6 ++++++ deno.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1687b..d6b73d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.0.8](https://github.com/brc-dd/prettier-plugin-vitepress/compare/v0.0.7...v0.0.8) (2024-12-28) + +### Bug Fixes + +- don't dedent contents of html comments ([90c1202](https://github.com/brc-dd/prettier-plugin-vitepress/commit/90c12028c01faff09f23c1cb05c95f250ac07cfb)) + ## [0.0.7](https://github.com/brc-dd/prettier-plugin-vitepress/compare/v0.0.6...v0.0.7) (2024-12-27) ### Bug Fixes diff --git a/deno.json b/deno.json index d6dfbb5..c5eb03e 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-vitepress", - "version": "0.0.7", + "version": "0.0.8", "description": "a prettier plugin to format vue in markdown syntax used in vitepress", "keywords": [ "prettier",