Skip to content

Commit

Permalink
release: v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 2, 2024
1 parent 97f7970 commit bdc7913
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-vitepress",
"version": "0.0.3",
"version": "0.0.4",
"exports": "./src/index.ts",
"compilerOptions": {
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit bdc7913

Please sign in to comment.