bump: version 4.8.0 → 5.0.0

This commit is contained in:
satnaing
2025-03-08 18:17:28 +07:00
committed by Sat Naing
parent 9cf78aa64c
commit 4b730b181d
2 changed files with 28 additions and 1 deletions
+27
View File
@@ -2,6 +2,33 @@
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.
## v5.0.0 (2025-03-08)
### Feat
- add pagefind for static search (#458)
- update back button logic
### Fix
- ignore in eslint
- update blog table padding
- remove unused back url in the card url
- show light/dark button according to site setting
- add author url in Google JSON-LD conditionally
### Refactor
- remove react dependency for UI interactions (#457)
- separate config and constants
- update import alias in files
- update blog directory to `src/data/blog`
- upgrade to Tailwind CSS v4
- update import alias to `@/*`
- upgrade Astro to v5 and related packages
## v4.8.0 (2025-02-08)
### Feat
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "astro-paper",
"type": "module",
"version": "4.8.0",
"version": "5.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",