Skip to content

Commit d89fb48

Browse files
committed
bump: version 4.4.0 → 4.5.0
1 parent c164b5e commit d89fb48

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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.
44

5+
## v4.5.0 (2024-09-16)
6+
7+
### Feat
8+
9+
- add prev/next links at the bottom of blog post (#372)
10+
11+
### Fix
12+
13+
- **og**: add the missing SITE.website to loadGoogleFonts (#360)
14+
- **blog**: correct file reference in reading time guide (#359)
15+
16+
### Refactor
17+
18+
- replace pagination logic with Astro built-in pagination (#376)
19+
20+
### Perf
21+
22+
- preload font and load theme script asynchronously (#380)
23+
524
## v4.4.0 (2024-08-19)
625

726
### Content Layer API

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-paper",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"private": false,
55
"scripts": {
66
"dev": "astro dev",

0 commit comments

Comments
 (0)