prettier-plugin-astro 0.0.11 → 0.1.0-next.1

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,26 @@
1
1
  # prettier-plugin-astro
2
2
 
3
+ ## 0.1.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dcc909a: Skip handling comments
8
+
9
+ ## 0.1.0-next.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 054d055: Migrate to new compiler
14
+
15
+ ## 0.0.12
16
+
17
+ ### Patch Changes
18
+
19
+ - ab70152: Fix a bug in "allow shorthand" option (#87)
20
+ - 08c5fc6: Bump ava to v4.0.1
21
+ - 4eebc6c: Fix comment error when nested
22
+ - e28d1cf: Format html using only the plugin itself
23
+
3
24
  ## 0.0.11
4
25
 
5
26
  ### Patch Changes
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Beta Prettier Plugin for [Astro](https://github.com/snowpackjs/astro)
1
+ # Beta Prettier Plugin for [Astro](https://github.com/withastro/astro)
2
2
 
3
3
  ## Install [prettier-plugin-astro](https://www.npmjs.com/package/prettier-plugin-astro)
4
4
 
@@ -16,7 +16,7 @@ to your `package.json` and create a `.prettierignore` to ignore any files.
16
16
 
17
17
  To get setup:
18
18
 
19
- 1. `git clone git@github.com:snowpackjs/prettier-plugin-astro.git`
19
+ 1. `git clone git@github.com:withastro/prettier-plugin-astro.git`
20
20
  1. `yarn`
21
21
  1. `yarn build`
22
22
  1. Run tests with [`yarn test`](https://github.com/avajs/ava/tree/main/docs)