Bump version to 2026.1.0-alpha.0

This commit is contained in:
github-actions[bot] 2026-01-02 12:51:50 +00:00
parent cdb958cdf0
commit 96b03a7179
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Unreleased ## 2026.1.0
### Note ### Note
- `users/following``birthday` プロパティは非推奨になりました。代わりに `users/get-following-birthday-users` をご利用ください。 - `users/following``birthday` プロパティは非推奨になりました。代わりに `users/get-following-birthday-users` をご利用ください。

View File

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

View File

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