Skip to content

Commit 055cd0c

Browse files
Bump version to 2025.12.2-alpha.0
1 parent d35ddc7 commit 055cd0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 2025.12.2
22

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "misskey",
3-
"version": "2025.12.1",
3+
"version": "2025.12.2-alpha.0",
44
"codename": "nasubi",
55
"repository": {
66
"type": "git",

packages/misskey-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "misskey-js",
4-
"version": "2025.12.1",
4+
"version": "2025.12.2-alpha.0",
55
"description": "Misskey SDK for JavaScript",
66
"license": "MIT",
77
"main": "./built/index.js",

0 commit comments

Comments
 (0)