Skip to content

Commit

Permalink
发布v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed May 1, 2023
1 parent ada01b6 commit d8d9f70
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ 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/).

## [1.0.6](https://github.com/lyswhut/lx-music-mobile/compare/v1.0.5...v1.0.6) - 2023-05-01

### 修复

- 修复wy歌单分类切换无效的问题

## [1.0.5](https://github.com/lyswhut/lx-music-mobile/compare/v1.0.4...v1.0.5) - 2023-05-01

### 优化
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": "1.0.5",
"versionCode": 59,
"version": "1.0.6",
"versionCode": 60,
"private": true,
"scripts": {
"dev": "react-native run-android --active-arch-only",
Expand Down

0 comments on commit d8d9f70

Please sign in to comment.