发布v0.1.2

This commit is contained in:
lyswhut 2021-05-16 12:50:37 +08:00
parent fba6bd9ddc
commit 8d132b0b32
3 changed files with 13 additions and 7 deletions

View File

@ -6,6 +6,16 @@ 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.1.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.1.1...v0.1.2) - 2021-05-16
### 优化
- 在搜索、歌单、排行榜列表多选音乐后点菜单中的播放将会把已选的歌曲添加到试听列表播放
### 修复
- 修复播放模块没拉取最新代码导致播放器存在无法从通知栏停止等问题
## [0.1.1] - 2021-05-15
- v0.1.1版本发布 🎊 🎉

View File

@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.1.1",
"versionCode": 2,
"version": "0.1.2",
"versionCode": 3,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",

View File

@ -1,5 +1 @@
{
"version":"0.1.1",
"desc":"lx-music移动端v0.1.1版本发布 🎊 🎉",
"history":[]
}
{"version":"0.1.2","desc":"优化\n- 在搜索、歌单、排行榜列表多选音乐后点菜单中的播放将会把已选的歌曲添加到试听列表播放\n\n修复\n- 修复播放模块没拉取最新代码导致播放器存在无法从通知栏停止等问题","history":[{"version":"0.1.1","desc":"lx-music移动端v0.1.1版本发布 🎊 🎉"}]}