Skip to content

Commit be154a5

Browse files
committed
refactor: update release changelog
1 parent 5d5910c commit be154a5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.10.0](https://github.com/fecommunity/reactpress/compare/v1.9.0...v1.10.0) (2025-08-03)
2+
3+
4+
### Features
5+
6+
* add type defs for config ([d8a6fed](https://github.com/fecommunity/reactpress/commit/d8a6fed7bc13f74be0916f80497590c7e737fb86))
7+
8+
9+
110
# [1.9.0](https://github.com/fecommunity/reactpress/compare/v1.8.0...v1.9.0) (2025-05-21)
211

312

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.9.0",
4+
"version": "1.10.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)