chore(release): 1.10.0 [skip ci]

# [1.10.0](https://github.com/deployn/astro-deploy/compare/v1.9.0...v1.10.0) (2024-02-28)

### Features

* **ui:** add heading component ([c76e15f](c76e15ff2f))
This commit is contained in:
semantic-release-bot 2024-02-28 07:52:06 +00:00
parent c76e15ff2f
commit fb392d7b4d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.10.0](https://github.com/deployn/astro-deploy/compare/v1.9.0...v1.10.0) (2024-02-28)
### Features
* **ui:** add heading component ([c76e15f](https://github.com/deployn/astro-deploy/commit/c76e15ff2fdb817113be4a06f21a211048919444))
# [1.9.0](https://github.com/deployn/astro-deploy/compare/v1.8.2...v1.9.0) (2024-02-28)

View File

@ -1,7 +1,7 @@
{
"name": "astro-deploy",
"type": "module",
"version": "1.9.0",
"version": "1.10.0",
"description": "A custom Astro.js template",
"private": true,
"scripts": {