Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Jul 14, 2022
1 parent 4b122eb commit 0a999d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ yarn add @thornbill/jellyfin-sdk

| SDK Version | Jellyfin Version |
|:-:|:-:|
| 0.5.0 | 10.8.x |
| 0.6.0 | 10.8.1 |
| 0.5.0 | 10.8.0 |
| <0.5.0 | 10.7.x |

### React Native
Expand Down Expand Up @@ -99,6 +100,11 @@ await api.logout();

## Breaking Changes

### v0.6.0

* Updated OpenAPI spec for Jellyfin 10.8.1.
[#208](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/208)

### v0.5.0

* Build directory is now `lib` instead of `dist`.
Expand Down

0 comments on commit 0a999d3

Please sign in to comment.