Skip to content

Commit

Permalink
发布v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Jun 1, 2024
1 parent 17cc149 commit c70311b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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.4.2](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.1...v1.4.2) - 2024-06-01

我们发布了关于 LX Music 项目发展调整与新项目计划的说明,
详情看: https://github.com/lyswhut/lx-music-desktop/issues/1912

### 修复

- 修复数据存储管理在移除数据时可能出现移除失败的问题

## [1.4.1](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.0...v1.4.1) - 2024-06-01

我们发布了关于 LX Music 项目发展调整与新项目计划的说明,
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "1.4.1",
"versionCode": 66,
"version": "1.4.2",
"versionCode": 67,
"private": true,
"scripts": {
"dev": "react-native run-android --active-arch-only",
Expand Down
2 changes: 1 addition & 1 deletion publish/version.json

Large diffs are not rendered by default.

0 comments on commit c70311b

Please sign in to comment.