chore(release): 1.25.2 [skip ci]

## [1.25.2](https://github.com/deployn/astro-deploy/compare/v1.25.1...v1.25.2) (2024-04-06)

### Bug Fixes

* **footer:** update footer ([96595ff](96595ff3d1))
* **header:** remove logic to open menu automatically on wider screens ([7d7ee86](7d7ee869ae))
* **header:** update header ([10b42cd](10b42cd2ff))
This commit is contained in:
semantic-release-bot 2024-04-06 06:19:18 +00:00
parent 96595ff3d1
commit 0ac917b6c6
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [1.25.2](https://github.com/deployn/astro-deploy/compare/v1.25.1...v1.25.2) (2024-04-06)
### Bug Fixes
* **footer:** update footer ([96595ff](https://github.com/deployn/astro-deploy/commit/96595ff3d12407a32fe863cb7244dfcef3e8a136))
* **header:** remove logic to open menu automatically on wider screens ([7d7ee86](https://github.com/deployn/astro-deploy/commit/7d7ee869aea6b93c70e09f348f3e8c689abcbee6))
* **header:** update header ([10b42cd](https://github.com/deployn/astro-deploy/commit/10b42cd2ff717aa7896416989a89aac383482021))
## [1.25.1](https://github.com/deployn/astro-deploy/compare/v1.25.0...v1.25.1) (2024-03-20) ## [1.25.1](https://github.com/deployn/astro-deploy/compare/v1.25.0...v1.25.1) (2024-03-20)

View File

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