From 23feb9ca1d44411139983e648dd1402cbc2c2471 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Wed, 29 Jan 2025 01:28:13 +0900 Subject: [PATCH] Release 2025.1.0-vrtl.2 (#177) --- CHANGELOG-VRTL.md | 9 +++++++++ package.json | 2 +- packages/misskey-js/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-VRTL.md b/CHANGELOG-VRTL.md index 0d8d5e00b868..0dfb68a474b9 100644 --- a/CHANGELOG-VRTL.md +++ b/CHANGELOG-VRTL.md @@ -4,6 +4,15 @@ VRTLのブランチで行われた変更点をまとめています +--- 2025.1.0-vrtl.2 released at this time --- + +- fix(backend): Unexpectedly removed VRTL endpoints in 2025.1.0-vrtl.1 +- fix(frontend): Unable to see VRTL when logged in + +--- 2025.1.0-vrtl.1 released at this time --- + +--- 2024.11.0-vrtl.1 released at this time --- + --- 2024.10.1-vrtl.1 released at this time --- --- 2024.9.0-vrtl.1 released at this time --- diff --git a/package.json b/package.json index 2f4c9273c9ca..2a6e98fb1bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.1.0-vrtl.1", + "version": "2025.1.0-vrtl.2", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 28a5a629fcf3..63420b8dabc0 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2025.1.0-vrtl.1", + "version": "2025.1.0-vrtl.2", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js",