astro-vscode 0.12.0 → 0.13.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # astro-vscode
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ea74fdb: Publish failed
8
+ - Updated dependencies [ea74fdb]
9
+ - @astrojs/language-server@0.13.1
10
+
11
+ ## 0.13.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 82b8891: Add HTML hover info, fix Astro directives producing errors, fix missing children property for JSX based frameworks
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [9f4f907]
20
+ - Updated dependencies [82b8891]
21
+ - Updated dependencies [c09116f]
22
+ - @astrojs/language-server@0.13.0
23
+
24
+ ## 0.12.1
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [49955c6]
29
+ - @astrojs/language-server@0.12.1
30
+
3
31
  ## 0.12.0
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "color": "#FFBE2D",
9
9
  "theme": "dark"
10
10
  },
11
- "version": "0.12.0",
11
+ "version": "0.13.1",
12
12
  "author": "withastro",
13
13
  "license": "MIT",
14
14
  "publisher": "astro-build",
@@ -25,7 +25,7 @@
25
25
  "onLanguage:astro"
26
26
  ],
27
27
  "dependencies": {
28
- "@astrojs/language-server": "0.12.0",
28
+ "@astrojs/language-server": "0.13.1",
29
29
  "@astrojs/ts-plugin": "0.2.1",
30
30
  "vscode-languageclient": "~7.0.0"
31
31
  },