This commit is contained in:
syuilo 2019-04-22 00:51:57 +09:00
parent 98b8a94f2b
commit acd4b101e1
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,11 @@ If you encounter any problems with updating, please try the following:
1. `npm run clean` or `npm run cleanall` 1. `npm run clean` or `npm run cleanall`
2. Retry update (Don't forget `npm i`) 2. Retry update (Don't forget `npm i`)
10.102.1
----------
* 投稿が増殖する問題を修正
* リモートユーザーの修復処理が自動的に実行されない問題を修正
10.101.0 10.101.0
---------- ----------
* WebFingerリクエストで Proxy, Keep-Alive などをサポート * WebFingerリクエストで Proxy, Keep-Alive などをサポート

View file

@ -1,7 +1,7 @@
{ {
"name": "misskey", "name": "misskey",
"author": "syuilo <i@syuilo.com>", "author": "syuilo <i@syuilo.com>",
"version": "10.102.0", "version": "10.102.1",
"codename": "nighthike", "codename": "nighthike",
"repository": { "repository": {
"type": "git", "type": "git",