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",