Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 4d75786

Browse files
Bump version to 2024.8.0-alpha.0
1 parent 2a2bbcd commit 4d75786

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+
## 2024.8.0
22

33
### General
44
- Fix: リモートユーザのフォロー・フォロワーの一覧が非公開設定の場合も表示できてしまう問題を修正

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": "2024.7.0",
3+
"version": "2024.8.0-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": "2024.7.0",
4+
"version": "2024.8.0-alpha.0",
55
"description": "Misskey SDK for JavaScript",
66
"license": "MIT",
77
"main": "./built/index.js",

0 commit comments

Comments
 (0)