From a5540bd0d5c0f46bddfb0f92d95bcc52f0d5d011 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 19 Oct 2024 02:09:18 +0900 Subject: [PATCH] v2024.10.1-vrtl.1 --- CHANGELOG-VRTL.md | 2 ++ package.json | 2 +- packages/misskey-js/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-VRTL.md b/CHANGELOG-VRTL.md index 13935c6d2230..0d8d5e00b868 100644 --- a/CHANGELOG-VRTL.md +++ b/CHANGELOG-VRTL.md @@ -4,6 +4,8 @@ VRTLのブランチで行われた変更点をまとめています +--- 2024.10.1-vrtl.1 released at this time --- + --- 2024.9.0-vrtl.1 released at this time --- --- 2024.8.0-vrtl.1 released at this time --- diff --git a/package.json b/package.json index 8bf96d916d62..8323ca02a335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.10.1", + "version": "2024.10.1-vrtl.1", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index a0a46a116266..666767d5b509 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2024.10.1", + "version": "2024.10.1-vrtl.1", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js",