diff options
author | Houston (Bot) | 2023-05-13 16:58:59 -0700 |
---|---|---|
committer | GitHub | 2023-05-14 01:58:59 +0200 |
commit | 8b8cce9d805c62658d49d99dff71e76245f5f5aa (patch) | |
tree | bba1504c81b5c5c765f78959d146d65c1fbd411b | |
parent | c6c1b6727140a76c42c661f406000cc6e9b175de (diff) | |
download | IT.starlight-8b8cce9d805c62658d49d99dff71e76245f5f5aa.tar.gz IT.starlight-8b8cce9d805c62658d49d99dff71e76245f5f5aa.tar.bz2 IT.starlight-8b8cce9d805c62658d49d99dff71e76245f5f5aa.zip |
[ci] release (#43)@astrojs/starlight@0.0.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/happy-pigs-roll.md | 5 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/happy-pigs-roll.md b/.changeset/happy-pigs-roll.md deleted file mode 100644 index ca174267..00000000 --- a/.changeset/happy-pigs-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Support setting custom `<head>` tags in config or frontmatter. diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index f89f7043..57e7aa73 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.0.5 + +### Patch Changes + +- [#42](https://github.com/withastro/starlight/pull/42) [`c6c1b67`](https://github.com/withastro/starlight/commit/c6c1b6727140a76c42c661f406000cc6e9b175de) Thanks [@delucis](https://github.com/delucis)! - Support setting custom `<head>` tags in config or frontmatter. + ## 0.0.4 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 4473f66a..a12d2802 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.4", + "version": "0.0.5", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ |