Skip to content

Commit

Permalink
发布v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Oct 23, 2021
1 parent ac87e13 commit ac95f98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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

### 新增
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -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",
Expand Down

0 comments on commit ac95f98

Please sign in to comment.