astro-vscode 0.24.0 → 0.24.3
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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# astro-vscode
|
|
2
2
|
|
|
3
|
+
## 0.24.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7390abe: We're in deploy hell, but this time it'll work
|
|
8
|
+
|
|
9
|
+
## 0.24.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6b2ca00: Retry deploy again
|
|
14
|
+
|
|
15
|
+
## 0.24.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 180ade5: Empty changeset for failed publish
|
|
20
|
+
|
|
3
21
|
## 0.24.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"color": "#FFBE2D",
|
|
24
24
|
"theme": "dark"
|
|
25
25
|
},
|
|
26
|
-
"version": "0.24.
|
|
26
|
+
"version": "0.24.3",
|
|
27
27
|
"author": "withastro",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"publisher": "astro-build",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"esbuild-plugin-copy": "^1.3.0",
|
|
56
|
-
"@astrojs/language-server": "0.24.
|
|
56
|
+
"@astrojs/language-server": "0.24.1",
|
|
57
57
|
"@types/vscode": "^1.67.0",
|
|
58
58
|
"@vscode/test-electron": "^2.1.3",
|
|
59
59
|
"path-browserify": "^1.0.1",
|