diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-03 06:18:15 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-03 06:18:15 +0000 |
| commit | e97b7fe2a1e2102aca83fd4aacfc50add9d86b7a (patch) | |
| tree | 28570eeeb1894a32576fe38ca7dfb8b528b628f1 | |
| parent | refactor & performance improvements of MkMention (diff) | |
| download | sharkey-e97b7fe2a1e2102aca83fd4aacfc50add9d86b7a.tar.gz sharkey-e97b7fe2a1e2102aca83fd4aacfc50add9d86b7a.tar.bz2 sharkey-e97b7fe2a1e2102aca83fd4aacfc50add9d86b7a.zip | |
Bump version to 2024.10.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 72c3b22d69..c310bb49a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 2024.10.0 ### General - Enhance: セキュリティ向上のため、サインイン時もCAPTCHAを求めるようになりました diff --git a/package.json b/package.json index edc1d7e318..a463bdb7b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.9.0", + "version": "2024.10.0-alpha.0", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 684ae381f0..b41f0057a3 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2024.9.0", + "version": "2024.10.0-alpha.0", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |