Skip to content

Commit

Permalink
发布v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Sep 2, 2022
1 parent 984a6f0 commit e7fec74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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/).

## [0.14.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.14.2...v0.14.3) - 2022-09-03

### 修复

- 修复因音源的域名到期导致的音源失效的问题

## [0.14.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.14.1...v0.14.2) - 2022-08-18

### 优化
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.14.2",
"versionCode": 45,
"version": "0.14.3",
"versionCode": 46,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",
Expand Down

0 comments on commit e7fec74

Please sign in to comment.