Skip to content

Commit 36e5ae7

Browse files
committed
docs: release reactpress v1.3.0
1 parent 38c7e4b commit 36e5ae7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.3.0](https://github.com/fecommunity/easy-blog/compare/v1.2.0...v1.3.0) (2024-12-01)
2+
3+
4+
### Features
5+
6+
* add system systemSubTitle setting config ([136f012](https://github.com/fecommunity/easy-blog/commit/136f01288cb9714092a2aa0dc01421817bb26b7d))
7+
* optimized the css style loading experience for homepage ([0e7761f](https://github.com/fecommunity/easy-blog/commit/0e7761fd28c1cac099ac15ddaa644a904aca8da4))
8+
* react helmet seo perfect ([848a5da](https://github.com/fecommunity/easy-blog/commit/848a5da2a60cbd4c0684d6607ad9df6eeaa2dd7b))
9+
10+
11+
112
# [1.2.0](https://github.com/fecommunity/easy-blog/compare/v1.1.0...v1.2.0) (2024-11-23)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactpress",
33
"author": "fecommunity",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"scripts": {
66
"clean": "pnpm clean:node_modules && pnpm clean:dist",
77
"clean:node_modules": "npx rimraf ./node_modules ./**/node_modules",

0 commit comments

Comments
 (0)