prettier-plugin-astro 0.0.12 → 0.1.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # prettier-plugin-astro
2
2
 
3
+ ## 0.1.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f244f83: Move from ava to vitest
8
+ - 67341e7: Format directives
9
+ - 0ed661a: Fix: Format expression
10
+ - 87b0508: Change prettier width from 180 to 80
11
+ - ace9861: Remove node 12 from ci
12
+
13
+ ## 0.1.0-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - dcc909a: Skip handling comments
18
+
19
+ ## 0.1.0-next.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 054d055: Migrate to new compiler
24
+
3
25
  ## 0.0.12
4
26
 
5
27
  ### Patch Changes
package/README.md CHANGED
@@ -19,7 +19,7 @@ To get setup:
19
19
  1. `git clone git@github.com:withastro/prettier-plugin-astro.git`
20
20
  1. `yarn`
21
21
  1. `yarn build`
22
- 1. Run tests with [`yarn test`](https://github.com/avajs/ava/tree/main/docs)
22
+ 1. Run tests with [`yarn test`](https://vitest.dev/guide/)
23
23
  1. Lint code with `yarn lint`
24
24
  1. Format code with `yarn format`
25
25
  1. Run `yarn changeset` to add your changes to the changelog on version bump.