Skip to content

Commit 07e1f63

Browse files
committed
chore: release 1.5.0
1 parent 2f4a87d commit 07e1f63

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-antfustyle-theme",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

src/content/changelog/1.5.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: '⭐️ 1.5.0: Highlight Your Creative Work or Curated Posts'
3+
subtitle: ''
4+
description: Release Astro AntfuStyle Theme 1.5.0
5+
pubDate: 2025-02-28
6+
lastModDate: ''
7+
toc: true
8+
share: true
9+
ogImage: false
10+
---
11+
12+
### 🚀 Features
13+
14+
- **page:** Add /highlights page to show creative work or curated posts ([#20](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/20))
15+
- Support dynamic import of local images in CardItem and SwiperCarousel ([bb327c2](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/bb327c2))
16+
17+
### 🐞 Bug Fixes
18+
19+
- Convert formatted date based on SITE.lang ([c5cfa07](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/c5cfa07))
20+
21+
### 🏡 Chore
22+
23+
- Fine-tune coding ([81219da](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/81219da))
24+
- Update docs ([0ac83b6](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/0ac83b6))
25+
- Add a section for [`/highlights` Page](../../blog/recreating-current-pages/#highlights-page)
26+
- Add a section for [Choosing a Math Rendering Engine](../../blog/faqs-and-known-issues/#choosing-a-math-rendering-engine)
27+
- Update deps ([2f4a87d](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/2f4a87d))
28+
29+
### ❤️ Contributors
30+
31+
- Stephanie Lin ([@lin-stephanie](https://github.com/lin-stephanie))
32+
33+
[View changes on GitHub](https://github.com/lin-stephanie/astro-antfustyle-theme/compare/1.4.0...1.5.0)

0 commit comments

Comments
 (0)