From bdc79131d0e4393276dabf32caf877a85d0c668f Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:26:01 +0530 Subject: [PATCH] release: v0.0.4 --- CHANGELOG.md | 7 +++++++ deno.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 922ea90..8122343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.4](https://github.com/brc-dd/prettier-plugin-vitepress/compare/v0.0.3...v0.0.4) (2024-12-02) + +### Bug Fixes + +- don't parse import/export statements in text ([c2edb6c](https://github.com/brc-dd/prettier-plugin-vitepress/commit/c2edb6c912e543d32a280aaef696e7669f673eaa)) +- slow types ([f083ff5](https://github.com/brc-dd/prettier-plugin-vitepress/commit/f083ff5e6c2ca351f9a0016b44a7b7cf66bb29ac)) + ## [0.0.3](https://github.com/brc-dd/prettier-plugin-vitepress/compare/v0.0.2...v0.0.3) (2024-12-01) ### Features diff --git a/deno.json b/deno.json index eccf19b..538e7b2 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-vitepress", - "version": "0.0.3", + "version": "0.0.4", "exports": "./src/index.ts", "compilerOptions": { "noFallthroughCasesInSwitch": true,