Skip to content

Commit

Permalink
Release v7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored and github-actions[bot] committed Nov 26, 2024
1 parent b98e2fa commit d725970
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
# Changelog

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

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

## [v7.1.3](https://github.com/weseek/growi/compare/v7.1.2...v7.1.3) - 2024-11-26

### 💎 Features

* feat(ai): Set a rate limit for vector store rebuild (#9404) @miya

### 🚀 Improvement

* imprv: Fonts preload settings (#9432) @yuki-takei
* imprv: Use stream.pipeline (#9361) @reiji-h

### 🐛 Bug Fixes

* fix: Retrieving runtime versions (#9438) @yuki-takei
* fix: Notification for new user creation (#9434) @yuki-takei
* fix: Deleted pages appear in the page tree (#9337) @reiji-h

## [v7.1.2](https://github.com/weseek/growi/compare/v7.1.1...v7.1.2) - 2024-11-18

### 🚀 Improvement
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/app",
"version": "7.1.3-RC.0",
"version": "7.1.3",
"license": "MIT",
"private": "true",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growi",
"version": "7.1.3-RC.0",
"version": "7.1.3",
"description": "Team collaboration software using markdown",
"license": "MIT",
"private": "true",
Expand Down

0 comments on commit d725970

Please sign in to comment.