chore(release): 1.7.0 [skip ci]

# [1.7.0](https://github.com/deployn/astro-deploy/compare/v1.6.0...v1.7.0) (2024-02-25)

### Features

* add darkmode support ([f49d9f7](f49d9f791a))
This commit is contained in:
semantic-release-bot 2024-02-25 13:26:39 +00:00
parent f49d9f791a
commit 5492e6c558
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.7.0](https://github.com/deployn/astro-deploy/compare/v1.6.0...v1.7.0) (2024-02-25)
### Features
* add darkmode support ([f49d9f7](https://github.com/deployn/astro-deploy/commit/f49d9f791ace59f3eeb1468265064b5c9eb8d03b))
# [1.6.0](https://github.com/deployn/astro-deploy/compare/v1.5.0...v1.6.0) (2024-02-25)

View File

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