Skip to content

Commit

Permalink
update changelog and version incrementor.
Browse files Browse the repository at this point in the history
  • Loading branch information
munir-rakuten committed Aug 29, 2023
1 parent 5660689 commit 7649ff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 5.4.1 (2023-08-29)
**SDK**
- **Fix:** Prevent manifest file being deleted when `MiniAppView.loadFromBundle` being called.

### 5.4.0 (2023-08-28)
**SDK**
- **Feature:** Added a new interface `downloadMiniApp` to download Miniapp from platform in background if needed.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ allprojects {
tag {
prefix = 'v'
versionSeparator = ''
versionIncrementer 'incrementMinor'
versionIncrementer 'incrementPatch'
}
}
project.version = scmVersion.version
Expand Down

0 comments on commit 7649ff2

Please sign in to comment.