增加支持罗马音歌词返回 #1523

This commit is contained in:
binaryify 2022-05-06 21:13:02 +08:00
parent d7201c1b38
commit 844dabeeff
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# 更新日志
### 4.5.13 | 2022.05.06
### 4.5.14 | 2022.05.06
- 修复获取歌单所有歌曲接口分页问题 [#1524](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1524)
- 增加支持罗马音歌词返回 [#1523](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1523)
### 4.5.12 | 2022.04.15
- 新增`黑胶时光机`接口 [#1511](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1511)

View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "4.5.13",
"version": "4.5.14",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",