chore(release): 1.23.1 [skip ci]

## [1.23.1](https://github.com/deployn/astro-deploy/compare/v1.23.0...v1.23.1) (2024-03-10)

### Bug Fixes

* fix darkmode after page transitions ([488fea3](488fea300c))
This commit is contained in:
semantic-release-bot 2024-03-10 12:25:47 +00:00
parent 8ff7776bdd
commit 80afe38b49
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.23.1](https://github.com/deployn/astro-deploy/compare/v1.23.0...v1.23.1) (2024-03-10)
### Bug Fixes
* fix darkmode after page transitions ([488fea3](https://github.com/deployn/astro-deploy/commit/488fea300ce3cc5dac625bb3d8f311dca1479b19))
# [1.23.0](https://github.com/deployn/astro-deploy/compare/v1.22.0...v1.23.0) (2024-03-10)

View File

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