Lauri Ojansivu 2 năm trước cách đây
mục cha
commit
20ea0dba95
2 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 3 1
      CHANGELOG.md
  2. 1 1
      sandstorm-pkgdef.capnp

+ 3 - 1
CHANGELOG.md

@@ -18,7 +18,7 @@ Note:
 
 [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
 
-# v6.86 2023-04-25 WeKan ® release
+# v6.86 2023-04-26 WeKan ® release
 
 This release fixes the following CRITICAL SECURITY FIXES:
 
@@ -49,6 +49,8 @@ and fixes the following bugs:
   Thanks to xet7.
 - [Revert some migration filename changes](https://github.com/wekan/wekan/commit/3300bbe9e7a6c02c753b0d1f2e8547d1d85cb76c).
   Thanks to xet7.
+- [Add back node-gyp related dependencies](https://github.com/wekan/wekan/commit/712dbb8e73df740816eb66257e834bc7e22bd0fb).
+  Thanks to xet7.
 
 Thanks to above GitHub users for their contributions and translators for their translations.
 

+ 1 - 1
sandstorm-pkgdef.capnp

@@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
     appVersion = 686,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "6.86.0~2023-04-25"),
+    appMarketingVersion = (defaultText = "6.86.0~2023-04-26"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,