chore(release): 0.29.0 [skip ci]

# [0.29.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.28.0...0.29.0) (2026-05-08)

### Bug Fixes

* **deps:** update dependency @astrojs/starlight to v0.38.5 ([0b8f720](0b8f720d6a))
* **deps:** update dependency astro to v6.1.10 ([5c36a1f](5c36a1f31d))
* **deps:** update dependency astro to v6.2.2 ([9b57393](9b57393281))

### Features

* allow processing svg ([c7b49df](c7b49df433))
* rebase ([1b34c03](1b34c03861))
* rebase ([a2bae2b](a2bae2bb1b))
This commit is contained in:
semantic-release-bot
2026-05-08 23:28:49 +00:00
parent 1b34c03861
commit 20b66b8aad
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
# [0.29.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.28.0...0.29.0) (2026-05-08)
### Bug Fixes
* **deps:** update dependency @astrojs/starlight to v0.38.5 ([0b8f720](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/0b8f720d6afc765759a3f5bfef1ec1a575247e4f))
* **deps:** update dependency astro to v6.1.10 ([5c36a1f](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/5c36a1f31d8098828fe790dcb307ef6f391a53a0))
* **deps:** update dependency astro to v6.2.2 ([9b57393](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/9b57393281b55441ef6786ed597519e0f6280e93))
### Features
* allow processing svg ([c7b49df](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/c7b49df433d25f343e336fdf5f972f479a2cd07e))
* rebase ([1b34c03](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/1b34c03861824b350d144d7dabbe1d10111b86e1))
* rebase ([a2bae2b](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/a2bae2bb1b2cb39005ded7c24a15705c0aea6695))
# [0.28.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.27.1...0.28.0) (2026-04-27)

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.28.0",
"version": "0.29.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",