Sfoglia il codice sorgente

:+1: version and update docs

Yuki Takei 6 anni fa
parent
commit
aa090f2d97
2 ha cambiato i file con 7 aggiunte e 3 eliminazioni
  1. 5 1
      CHANGES.md
  2. 2 2
      package.json

+ 5 - 1
CHANGES.md

@@ -14,8 +14,12 @@ Upgrading Guide: https://docs.growi.org/en/admin-guide/upgrading/36x.html
 
 * Improvement: Drop unnecessary MongoDB collection indexes
 
+## 3.5.25
 
-## 3.5.24-RC
+* Fix: Exported data of empty collection is broken
+* Fix: Some components crash after when the page with attachment has exported/imported
+
+## 3.5.24
 
 * Fix: Plugins are not working on Heroku
 

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi",
-  "version": "3.5.24-RC",
+  "version": "3.5.25-RC",
   "description": "Team collaboration software using markdown",
   "tags": [
     "wiki",
@@ -248,7 +248,7 @@
     "debug": "src/lib/service/logger/alias-for-debug"
   },
   "engines": {
-    "node": ">=8.11.1 <11",
+    "node": ">=8.11.1 <13",
     "npm": ">=5.6.0 <7",
     "yarn": ">=1.5.1 <2"
   }