chore(release): 1.17.2 [skip ci]

## [1.17.2](https://github.com/deployn/astro-deploy/compare/v1.17.1...v1.17.2) (2024-03-04)

### Bug Fixes

* **header:** remove inner div from nav links ([e73be91](e73be9112f))
This commit is contained in:
semantic-release-bot 2024-03-04 09:27:39 +00:00
parent e73be9112f
commit 4cebf9ecf1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.17.2](https://github.com/deployn/astro-deploy/compare/v1.17.1...v1.17.2) (2024-03-04)
### Bug Fixes
* **header:** remove inner div from nav links ([e73be91](https://github.com/deployn/astro-deploy/commit/e73be9112f68178db634ef06ff567450c7761338))
## [1.17.1](https://github.com/deployn/astro-deploy/compare/v1.17.0...v1.17.1) (2024-03-04) ## [1.17.1](https://github.com/deployn/astro-deploy/compare/v1.17.0...v1.17.1) (2024-03-04)

View File

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