发布v0.15.4

This commit is contained in:
lyswhut 2022-12-10 16:09:36 +08:00
parent 6f58235701
commit c93146ab0c
4 changed files with 11 additions and 5 deletions

View File

@ -6,6 +6,12 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org). Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/). Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.15.4](https://github.com/lyswhut/lx-music-mobile/compare/v0.15.3...v0.15.4) - 2022-12-10
### 修复
- 修复播放详情页歌词翻译、罗马音歌词匹配问题
## [0.15.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.15.2...v0.15.3) - 2022-12-10 ## [0.15.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.15.2...v0.15.3) - 2022-12-10
### 修复 ### 修复

4
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "0.15.3", "version": "0.15.4",
"versionCode": 50, "versionCode": 51,
"scripts": { "scripts": {
"ar": "react-native run-android", "ar": "react-native run-android",
"ios": "react-native run-ios", "ios": "react-native run-ios",

File diff suppressed because one or more lines are too long