Fix: #10955 TypeError: JSON5.parse is not a function (#10956)

* Fix: JSON5.parse is not a function

* update changelog

* update chglog

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
CaffeeLake 2023-06-05 21:44:28 +09:00 committed by GitHub
parent fa051a2a5f
commit 8263cc0094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -12,6 +12,11 @@
-->
## 13.13.1 (unreleased)
### Server
- Fix: api/metaで`TypeError: JSON5.parse is not a function`エラーが発生する問題を修正
## 13.13.0
### General