发布v0.9.1

This commit is contained in:
lyswhut 2021-10-23 20:05:12 +08:00
parent ac87e13961
commit ac95f98157
3 changed files with 10 additions and 3 deletions

View File

@ -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.9.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.9.0...v0.9.1) - 2021-10-23
### 修复
- 修复删除列表时会导致应用崩溃的问题
- 修复原生代码导致的错误日志记录
## [0.9.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.8.3...v0.9.0) - 2021-10-22
### 新增

View File

@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.9.0",
"versionCode": 31,
"version": "0.9.1",
"versionCode": 32,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",

File diff suppressed because one or more lines are too long