From c997730f1555b4aa68035c758793f3fddac2d161 Mon Sep 17 00:00:00 2001 From: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:18:30 +0900 Subject: [PATCH] Release: 2024.11.0-kinel.2 --- CHANGELOG-VRTL.md | 1 + package.json | 2 +- packages/misskey-js/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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",