diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-15 13:44:57 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-15 13:44:57 +0000 |
| commit | 9ea7340da610224122d2ce205cc320263c7fe1c4 (patch) | |
| tree | 8b65673fce66f42c8aac072a813e1bd1581bcd48 | |
| parent | fix: Remote Note Cleaning will delete notes embedded in a page (#16408) (diff) | |
| download | misskey-9ea7340da610224122d2ce205cc320263c7fe1c4.tar.gz misskey-9ea7340da610224122d2ce205cc320263c7fe1c4.tar.bz2 misskey-9ea7340da610224122d2ce205cc320263c7fe1c4.zip | |
Bump version to 2025.8.0-alpha.12
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | packages/misskey-js/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 75496c324a..b2dbf74c3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.8.0-alpha.11", + "version": "2025.8.0-alpha.12", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 3da0e5d6e0..77752028e6 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2025.8.0-alpha.11", + "version": "2025.8.0-alpha.12", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |