Skip to content

Commit 80a0130

Browse files
mergify[bot]github-actions[bot]
authored andcommitted
Release v7.3.2
1 parent 2bd3823 commit 80a0130

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/growilabs/compare/v7.3.1...HEAD)
3+
## [Unreleased](https://github.com/growilabs/compare/v7.3.2...HEAD)
44

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

7+
## [v7.3.2](https://github.com/growilabs/compare/v7.3.1...v7.3.2) - 2025-09-29
8+
9+
### 🚀 Improvement
10+
11+
* imprv: Elasticsearch management retrieving status (#10330) @yuki-takei
12+
13+
### 🐛 Bug Fixes
14+
15+
* fix: Ensure login errors display regardless of password login configuration (#10347) @yuki-takei
16+
* fix: TreeItem opening logic (#10331) @yuki-takei
17+
18+
### 🧰 Maintenance
19+
20+
* support: Improve memory leak (#10329) @yuki-takei
21+
* support: Fix biome errors (#10338) @yuki-takei
22+
723
## [v7.3.1](https://github.com/growilabs/compare/v7.3.0...v7.3.1) - 2025-09-22
824

925
### 🧰 Maintenance

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.3.2-RC.0",
3+
"version": "7.3.2",
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.3.2-RC.0",
3+
"version": "7.3.2",
44
"description": "Team collaboration software using markdown",
55
"license": "MIT",
66
"private": "true",

0 commit comments

Comments
 (0)