Skip to content

Commit

Permalink
发布v0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Jan 2, 2023
1 parent 0a4fd99 commit 3a16de6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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

### 修复
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion publish/changeLog.md
@@ -1,3 +1,4 @@
### 修复

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

0 comments on commit 3a16de6

Please sign in to comment.