[ci] yarn format
This commit is contained in:
parent
6c6a33b987
commit
3f093fa830
3 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
- Fixes bug with signature help not appear in the component script section.
|
- Fixes bug with signature help not appear in the component script section.
|
||||||
- Adds completion suggestions for Astro.* APIs in the component script.
|
- Adds completion suggestions for Astro.\* APIs in the component script.
|
||||||
- Adds support for Hover based hints in the component script section.
|
- Adds support for Hover based hints in the component script section.
|
||||||
- Fixes bug with Go to Definition (cmd + click) of Components.
|
- Fixes bug with Go to Definition (cmd + click) of Components.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# astro-vscode
|
# astro-vscode
|
||||||
|
|
||||||
## 0.6.1
|
## 0.6.1
|
||||||
|
|
||||||
- Makes the v0.6.0 features actually work 😅
|
- Makes the v0.6.0 features actually work 😅
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
|
@ -18,7 +18,7 @@ async function publish() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
execa('npm', ['install'], { all: true })
|
execa('npm', ['install'], { all: true });
|
||||||
|
|
||||||
const p1 = execa('vsce', ['publish'], { all: true });
|
const p1 = execa('vsce', ['publish'], { all: true });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue