We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc91ff commit c697b4aCopy full SHA for c697b4a
CHANGELOG-VRTL.md
@@ -3,6 +3,9 @@
3
VRTLのブランチで行われた変更点をまとめています
4
5
<!-- VV Please add changelog here VV -->
6
+
7
+--- 2024.8.0-vrtl.1 released at this time ---
8
9
- fix(frontend): VRTL VSTLの名前が表示されないところがある問題 (anatawa12#97) - 2024/08/07
10
- fic(frontend): VRTL VSTLでリプライのトグルが表示されない問題 (anatawa12#92) - 2024/08/04
11
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "misskey",
- "version": "2024.8.0",
+ "version": "2024.8.0-vrtl.1",
"codename": "nasubi",
"repository": {
"type": "git",
packages/misskey-js/package.json
@@ -1,7 +1,7 @@
"type": "module",
"name": "misskey-js",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",
0 commit comments