Skip to content

Commit 3e91c19

Browse files
committed
docs: update changelog
1 parent e10872d commit 3e91c19

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.7.0](https://github.com/fecommunity/reactpress/compare/v1.6.0...v1.7.0) (2025-03-07)
2+
3+
4+
### Features
5+
6+
* add reactpress docs ([002972b](https://github.com/fecommunity/reactpress/commit/002972b6194d13917d60de8dae019445739760cc))
7+
* release reactpress v1.6.0 ([9d75118](https://github.com/fecommunity/reactpress/commit/9d75118b7e19d85ab95b3e6f227f1b95cd95acb8))
8+
9+
10+
111
# [1.6.0](https://github.com/fecommunity/reactpress/compare/v1.5.0...v1.6.0) (2024-12-21)
212

313

docs/blog/changlog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ tags: [reactpress]
77

88
<!--truncate-->
99

10+
# [1.7.0](https://github.com/fecommunity/reactpress/compare/v1.6.0...v1.7.0) (2025-03-07)
11+
12+
13+
### Features
14+
15+
* add reactpress docs ([002972b](https://github.com/fecommunity/reactpress/commit/002972b6194d13917d60de8dae019445739760cc))
16+
* release reactpress v1.6.0 ([9d75118](https://github.com/fecommunity/reactpress/commit/9d75118b7e19d85ab95b3e6f227f1b95cd95acb8))
17+
18+
19+
1020
# [1.6.0](https://github.com/fecommunity/reactpress/compare/v1.5.0...v1.6.0) (2024-12-21)
1121

1222

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