Skip to content

Commit

Permalink
发布v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed May 16, 2021
1 parent fba6bd9 commit 8d132b0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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版本发布 🎊 🎉
4 changes: 2 additions & 2 deletions package.json
@@ -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",
Expand Down
6 changes: 1 addition & 5 deletions publish/version.json
@@ -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版本发布 🎊 🎉"}]}

0 comments on commit 8d132b0

Please sign in to comment.