Merge upstream #40

Merged
yume merged 36 commits from develop into master 2024-11-21 11:40:02 -06:00
3 changed files with 10 additions and 2 deletions
Showing only changes of commit 63a98f3b41 - Show all commits

View file

@ -1,3 +1,11 @@
## 2024.11.0-yumechinokuni.6
- Upstream: 2024.11.0-alpha.4 タッグをマージする
- Performance: EmojiのリクエストをProxyでキャッシュするように
- Performance: Service Workerのキャッシュを最適化
- Security: AP Payloadの検証を強化
- Security: Image/Video Processorはドライブ機能だけを使うように
## 2024.11.0-yumechinokuni.5
- Upstream: 2024.11.0-alpha.2 タッグをマージする

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.11.0-yumechinokuni.5",
"version": "2024.11.0-yumechinokuni.6",
"codename": "nasubi",
"repository": {
"type": "git",

View file

@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2024.11.0-yumechinokuni.5",
"version": "2024.11.0-yumechinokuni.6",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",