diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-15 09:32:12 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-15 09:32:12 +0000 |
| commit | f5a89c253347eb78977e2d7adb3ba8998f5ebe7c (patch) | |
| tree | d43ac2edeacd5673bd097fffecedd29dca4c764b | |
| parent | New Crowdin updates (#15786) (diff) | |
| download | sharkey-f5a89c253347eb78977e2d7adb3ba8998f5ebe7c.tar.gz sharkey-f5a89c253347eb78977e2d7adb3ba8998f5ebe7c.tar.bz2 sharkey-f5a89c253347eb78977e2d7adb3ba8998f5ebe7c.zip | |
Bump version to 2025.4.1-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 81b8f88536..97c754a86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 2025.4.1 ### General - Enhance: チャットの新規メッセージをプッシュ通知するように diff --git a/package.json b/package.json index 3e59baf982..88dfe766a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.4.0", + "version": "2025.4.1-alpha.0", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 64ac05e9a1..189826177a 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2025.4.0", + "version": "2025.4.1-alpha.0", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |