diff --git a/CHANGELOG-VRTL.md b/CHANGELOG-VRTL.md index a3847e4cc076..5f71cbe6e0e4 100644 --- a/CHANGELOG-VRTL.md +++ b/CHANGELOG-VRTL.md @@ -4,6 +4,7 @@ VRTLのブランチで行われた変更点をまとめています +-- 2024.11.0-kinel.2 -- -- 2024.11.0-kinel.1 -- -- 2024.10.0-kinel.2 -- -- 2024.10.0-kinel.1 -- diff --git a/package.json b/package.json index 4b8f409cb9ac..6fd0341504da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.11.0-kinel.1", + "version": "2024.11.0-kinel.2", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index c70af8655523..8af73d98bb1c 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2024.11.0-kinel.1", + "version": "2024.11.0-kinel.2", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js",