Merge branch 'develop' into suspended-users-note

This commit is contained in:
syuilo 2025-05-01 17:56:09 +09:00 committed by GitHub
commit 95693496a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,10 @@
## unreleased
## Unreleased
### General
-
### Client
-
### Server
- Enhance: 凍結されたユーザのノートが各種タイムラインで表示されないように `#15775`

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2025.4.1-beta.9",
"version": "2025.4.1",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2025.4.1-beta.9",
"version": "2025.4.1",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",