From 8282b141b81c647017e406973b643bd938e241c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Mar 2024 07:31:21 +0000 Subject: [PATCH] chore(release): 1.21.0 [skip ci] # [1.21.0](https://github.com/deployn/astro-deploy/compare/v1.20.0...v1.21.0) (2024-03-08) ### Bug Fixes * **blog:** add trailing slash to links ([22f9623](https://github.com/deployn/astro-deploy/commit/22f9623c6256c643dd181f65592aebc4df4c09b2)) * **blog:** adjust meta description cutting ([e963a3f](https://github.com/deployn/astro-deploy/commit/e963a3f670399195bc506c27806de69820a4fab0)) ### Features * **nginx:** add webp to cache control ([521a4ce](https://github.com/deployn/astro-deploy/commit/521a4ce7fd1152c87c44210e8183a31ecd6786e9)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571d3b9..351601c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.21.0](https://github.com/deployn/astro-deploy/compare/v1.20.0...v1.21.0) (2024-03-08) + + +### Bug Fixes + +* **blog:** add trailing slash to links ([22f9623](https://github.com/deployn/astro-deploy/commit/22f9623c6256c643dd181f65592aebc4df4c09b2)) +* **blog:** adjust meta description cutting ([e963a3f](https://github.com/deployn/astro-deploy/commit/e963a3f670399195bc506c27806de69820a4fab0)) + + +### Features + +* **nginx:** add webp to cache control ([521a4ce](https://github.com/deployn/astro-deploy/commit/521a4ce7fd1152c87c44210e8183a31ecd6786e9)) + # [1.20.0](https://github.com/deployn/astro-deploy/compare/v1.19.4...v1.20.0) (2024-03-08) diff --git a/package.json b/package.json index faa6b65..f7986cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.20.0", + "version": "1.21.0", "description": "A custom Astro.js template", "private": true, "scripts": {