Workspaces refactor #86

Merged
norm merged 189 commits from refactor/workspaces into main 2022-08-28 14:46:45 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 4021c3c61a - Show all commits

View file

@ -1,2 +1,5 @@
# 0.0.7
- Notificationsの型を修正
- MessagingMessageの型を修正
- UserLiteの型を修正
- apiでネイティブfetchを格納する際に無名関数でラップするように

View file

@ -1,6 +1,6 @@
{
"name": "misskey-js",
"version": "0.0.6",
"version": "0.0.7",
"description": "Misskey SDK for JavaScript",
"main": "./built/index.js",
"types": "./built/index.d.ts",