We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5910c commit be154a5Copy full SHA for be154a5
CHANGELOG.md
@@ -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
10
# [1.9.0](https://github.com/fecommunity/reactpress/compare/v1.8.0...v1.9.0) (2025-05-21)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "reactpress",
"author": "fecommunity",
- "version": "1.9.0",
+ "version": "1.10.0",
"scripts": {
"clean": "pnpm clean:node_modules && pnpm clean:dist",
"clean:node_modules": "npx rimraf ./node_modules ./**/node_modules",
0 commit comments