diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-19 11:55:43 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-19 11:55:43 +0000 |
| commit | 2d0e9e05441db782e40406552047f34be7f34e63 (patch) | |
| tree | 22527031857e97f9b4889cd6c3256c874a85a5d0 | |
| parent | Update CHANGELOG.md (書き方を揃える) (diff) | |
| download | sharkey-2d0e9e05441db782e40406552047f34be7f34e63.tar.gz sharkey-2d0e9e05441db782e40406552047f34be7f34e63.tar.bz2 sharkey-2d0e9e05441db782e40406552047f34be7f34e63.zip | |
Bump version to 2024.9.0-alpha.0
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | packages/misskey-js/package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c787d565..82b7f4f355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 2024.9.0 ### General - Feat: UserWebhookとSystemWebhookのテスト送信機能を追加 (#14445) diff --git a/package.json b/package.json index 85b4f62752..d03960b5b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.8.0", + "version": "2024.9.0-alpha.0", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 39e687d4af..3c23e4e9a1 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2024.8.0", + "version": "2024.9.0-alpha.0", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |