diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e9157..3089a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v4.8.0 (2025-02-08) + +### Feat + +- add pencil icon before suggestion changes text (#405) + +### Fix + +- use tag name for display in tags page (#438) +- exclude `/archives` from sitemap if it is disabled (#425) +- add inline-block class to post title for improved view transition animation (#420) +- sort archive posts by pubDatetime (#415) +- focus search input on mount (#414) +- replace twitter with x (#407) + ## v4.7.0 (2024-10-15) ### Feat diff --git a/package-lock.json b/package-lock.json index 53290a9..d885b3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-paper", - "version": "4.7.0", + "version": "4.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-paper", - "version": "4.7.0", + "version": "4.8.0", "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/rss": "^4.0.7", diff --git a/package.json b/package.json index 1b542e6..e3ff38c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-paper", - "version": "4.7.0", + "version": "4.8.0", "private": false, "scripts": { "dev": "astro dev",