mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
bump: version 4.4.0 → 4.5.0
This commit is contained in:
@@ -2,6 +2,25 @@
|
|||||||
|
|
||||||
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.
|
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.5.0 (2024-09-16)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add prev/next links at the bottom of blog post (#372)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **og**: add the missing SITE.website to loadGoogleFonts (#360)
|
||||||
|
- **blog**: correct file reference in reading time guide (#359)
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- replace pagination logic with Astro built-in pagination (#376)
|
||||||
|
|
||||||
|
### Perf
|
||||||
|
|
||||||
|
- preload font and load theme script asynchronously (#380)
|
||||||
|
|
||||||
## v4.4.0 (2024-08-19)
|
## v4.4.0 (2024-08-19)
|
||||||
|
|
||||||
### Content Layer API
|
### Content Layer API
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-paper",
|
"name": "astro-paper",
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "astro-paper",
|
"name": "astro-paper",
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.3",
|
"@astrojs/check": "^0.9.3",
|
||||||
"@astrojs/rss": "^4.0.7",
|
"@astrojs/rss": "^4.0.7",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-paper",
|
"name": "astro-paper",
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user