mergify[bot] 4 месяцев назад
Родитель
Сommit
0649d3daff
3 измененных файлов с 14 добавлено и 3 удалено
  1. 12 1
      CHANGELOG.md
  2. 1 1
      apps/app/package.json
  3. 1 1
      package.json

+ 12 - 1
CHANGELOG.md

@@ -1,9 +1,20 @@
 # Changelog
 
-## [Unreleased](https://github.com/growilabs/compare/v7.3.7...HEAD)
+## [Unreleased](https://github.com/growilabs/compare/v7.3.8...HEAD)
 
 *Please do not manually update this file. We've automated the process.*
 
+## [v7.3.8](https://github.com/growilabs/compare/v7.3.7...v7.3.8) - 2025-12-04
+
+### 💎 Features
+
+* feat: Enable page bulk export for GROWI.cloud (#10292) @arafubeatbox
+* feat: Users statistics table for admin (#10539) @riona-k
+
+### 🧰 Maintenance
+
+* ci(deps): bump validator from 13.15.20 to 13.15.22 (#10560) @[dependabot[bot]](https://github.com/apps/dependabot)
+
 ## [v7.3.7](https://github.com/growilabs/compare/v7.3.6...v7.3.7) - 2025-11-25
 
 ### 💎 Features

+ 1 - 1
apps/app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/app",
-  "version": "7.3.8-RC.0",
+  "version": "7.3.8",
   "license": "MIT",
   "private": "true",
   "scripts": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi",
-  "version": "7.3.8-RC.0",
+  "version": "7.3.8",
   "description": "Team collaboration software using markdown",
   "license": "MIT",
   "private": "true",