diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-04-30 09:46:30 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-04-30 09:46:30 -0400 |
| commit | 5ef25058c4fa290d10f852c3c8491888c9aecad5 (patch) | |
| tree | 8e84d7fa38557d05879f554eebf891ff30a891e4 | |
| parent | update package-lock.yaml (diff) | |
| parent | Release: 2025.4.1 (diff) | |
| download | sharkey-5ef25058c4fa290d10f852c3c8491888c9aecad5.tar.gz sharkey-5ef25058c4fa290d10f852c3c8491888c9aecad5.tar.bz2 sharkey-5ef25058c4fa290d10f852c3c8491888c9aecad5.zip | |
Merge tag '2025.4.1' into merge/2025-03-24
# Conflicts:
# package.json
| -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 c6d4cd2282..46a4e63aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharkey", - "version": "2025.4.1-beta.9", + "version": "2025.4.1", "codename": "shonk", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index e7e9737897..5949b0e2f6 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.1-beta.9", + "version": "2025.4.1", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |