yuki-takei 1 год назад
Родитель
Сommit
f8b06df480
3 измененных файлов с 9 добавлено и 3 удалено
  1. 7 1
      CHANGELOG.md
  2. 1 1
      apps/app/package.json
  3. 1 1
      package.json

+ 7 - 1
CHANGELOG.md

@@ -1,9 +1,15 @@
 # Changelog
 
-## [Unreleased](https://github.com/weseek/growi/compare/v7.1.3...HEAD)
+## [Unreleased](https://github.com/weseek/growi/compare/v7.1.4...HEAD)
 
 *Please do not manually update this file. We've automated the process.*
 
+## [v7.1.4](https://github.com/weseek/growi/compare/v7.1.3...v7.1.4) - 2024-11-26
+
+### 🐛 Bug Fixes
+
+* fix: Failed to export the page markdown (#9444) @miya
+
 ## [v7.1.3](https://github.com/weseek/growi/compare/v7.1.2...v7.1.3) - 2024-11-26
 
 ### 💎 Features

+ 1 - 1
apps/app/package.json

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

+ 1 - 1
package.json

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