@astrojs/starlight 0.20.0 → 0.20.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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @astrojs/starlight
2
2
 
3
+ ## 0.20.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1553](https://github.com/withastro/starlight/pull/1553) [`8e091147`](https://github.com/withastro/starlight/commit/8e09114755d37322d6e97b0dc90a5dfd781de8cc) Thanks [@hippotastic](https://github.com/hippotastic)! - Updates Expressive Code to v0.33.4 to fix potential race condition bug in Shiki.
8
+
3
9
  ## 0.20.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/starlight",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "Build beautiful, high-performance documentation websites with Astro",
5
5
  "keywords": [
6
6
  "docs",
@@ -182,7 +182,7 @@
182
182
  "@pagefind/default-ui": "^1.0.3",
183
183
  "@types/hast": "^3.0.3",
184
184
  "@types/mdast": "^4.0.3",
185
- "astro-expressive-code": "^0.33.2",
185
+ "astro-expressive-code": "^0.33.4",
186
186
  "bcp-47": "^2.1.0",
187
187
  "hast-util-select": "^6.0.2",
188
188
  "hastscript": "^8.0.0",