发布v0.15.5

This commit is contained in:
lyswhut 2023-01-02 17:02:40 +08:00
parent 0a4fd99659
commit 3a16de6ea7
5 changed files with 14 additions and 6 deletions

View File

@ -6,6 +6,13 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.15.5](https://github.com/lyswhut/lx-music-mobile/compare/v0.15.4...v0.15.5) - 2023-01-02
### 修复
- 修复导入PC端v2列表文件歌曲信息转换丢失的问题
- 修复上面问题导致的tx源评论加载失败的问题
## [0.15.4](https://github.com/lyswhut/lx-music-mobile/compare/v0.15.3...v0.15.4) - 2022-12-10
### 修复

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "lx-music-mobile",
"version": "0.15.4",
"version": "0.15.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lx-music-mobile",
"version": "0.15.4",
"version": "0.15.5",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.15.5-beta",
"versionCode": 51,
"version": "0.15.5",
"versionCode": 52,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",

View File

@ -1,3 +1,4 @@
### 修复
- 修复tx源评论加载失败的问题
- 修复导入PC端v2列表文件歌曲信息转换丢失的问题
- 修复上面问题导致的tx源评论加载失败的问题

File diff suppressed because one or more lines are too long