Skip to content

Commit

Permalink
发布v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Dec 10, 2022
1 parent b90d5d1 commit dd96c37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.15.0...v0.15.1) - 2022-12-10

### 修复

- 修复某些歌曲的桌面歌词翻译或罗马音没有显示的问题
- 修复kg某些歌单链接无法打开的问题

## [0.15.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.14.3...v0.15.0) - 2022-11-20

### 新增
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.15.0",
"versionCode": 47,
"version": "0.15.1",
"versionCode": 48,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",
Expand Down

0 comments on commit dd96c37

Please sign in to comment.