Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit acd19ec

Browse files
authored
Release 0.20.0 (#461)
## Description Describe your changes in detail ## Motivation and Context Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. ## How has this been tested? Please describe in detail how you tested your changes. Include details of your testing environment, devices (ex. Iphone XYZ ios X.X.X & Samsung XYZ android X.X.X) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist: - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. ## Screenshots (if appropriate)
1 parent a60616b commit acd19ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fishjam-mobile-sdk",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"license": "MIT",
55
"private": true,
66
"packageManager": "yarn@4.5.3",

packages/react-native-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fishjam-cloud/react-native-client",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "A React Native client for Fishjam",
55
"author": "Fishjam Team",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)