Skip to content

Commit d725970

Browse files
mergify[bot]github-actions[bot]
authored andcommitted
Release v7.1.3
1 parent b98e2fa commit d725970

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/weseek/growi/compare/v7.1.2...HEAD)
3+
## [Unreleased](https://github.com/weseek/growi/compare/v7.1.3...HEAD)
44

55
*Please do not manually update this file. We've automated the process.*
66

7+
## [v7.1.3](https://github.com/weseek/growi/compare/v7.1.2...v7.1.3) - 2024-11-26
8+
9+
### 💎 Features
10+
11+
* feat(ai): Set a rate limit for vector store rebuild (#9404) @miya
12+
13+
### 🚀 Improvement
14+
15+
* imprv: Fonts preload settings (#9432) @yuki-takei
16+
* imprv: Use stream.pipeline (#9361) @reiji-h
17+
18+
### 🐛 Bug Fixes
19+
20+
* fix: Retrieving runtime versions (#9438) @yuki-takei
21+
* fix: Notification for new user creation (#9434) @yuki-takei
22+
* fix: Deleted pages appear in the page tree (#9337) @reiji-h
23+
724
## [v7.1.2](https://github.com/weseek/growi/compare/v7.1.1...v7.1.2) - 2024-11-18
825

926
### 🚀 Improvement

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@growi/app",
3-
"version": "7.1.3-RC.0",
3+
"version": "7.1.3",
44
"license": "MIT",
55
"private": "true",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "growi",
3-
"version": "7.1.3-RC.0",
3+
"version": "7.1.3",
44
"description": "Team collaboration software using markdown",
55
"license": "MIT",
66
"private": "true",

0 commit comments

Comments
 (0)