Skip to content

Commit c697b4a

Browse files
authored
Release 2024.8.0-vrtl.1 (#117)
1 parent 3bc91ff commit c697b4a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG-VRTL.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
VRTLのブランチで行われた変更点をまとめています
44

55
<!-- VV Please add changelog here VV -->
6+
7+
--- 2024.8.0-vrtl.1 released at this time ---
8+
69
- fix(frontend): VRTL VSTLの名前が表示されないところがある問題 (anatawa12#97) - 2024/08/07
710
- fic(frontend): VRTL VSTLでリプライのトグルが表示されない問題 (anatawa12#92) - 2024/08/04
811

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "misskey",
3-
"version": "2024.8.0",
3+
"version": "2024.8.0-vrtl.1",
44
"codename": "nasubi",
55
"repository": {
66
"type": "git",

packages/misskey-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "misskey-js",
4-
"version": "2024.8.0",
4+
"version": "2024.8.0-vrtl.1",
55
"description": "Misskey SDK for JavaScript",
66
"license": "MIT",
77
"main": "./built/index.js",

0 commit comments

Comments
 (0)