Bump version to 2025.12.2-alpha.0

This commit is contained in:
github-actions[bot] 2025-12-16 11:00:42 +00:00
parent d35ddc77d2
commit 055cd0c250
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Unreleased
## 2025.12.2
### Note
v2025.12.0で行われた「configの`trustProxy`のデフォルト値を`false`に変更」について、正しく環境に応じた設定を行わないとサインインが困難になるといった状態を緩和するために、以前のデフォルト値に戻す暫定対応を行いました。

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2025.12.1",
"version": "2025.12.2-alpha.0",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2025.12.1",
"version": "2025.12.2-alpha.0",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",