Skip to content

Commit

Permalink
Merge pull request #820 from thornbill/v0.11.0
Browse files Browse the repository at this point in the history
Prepare for v0.11.0 release
  • Loading branch information
thornbill authored Oct 28, 2024
2 parents 3db4861 + 1c55bcc commit 09d031b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ yarn add @jellyfin/sdk

| SDK Version | Jellyfin Version |
|:-:|:-:|
| 0.11.0 | 10.10.x |
| 0.10.0 | 10.9.x |
| 0.9.0 | 10.9.x |
| 0.8.2 - 0.6.0 | 10.8.1 - 10.8.13 |
Expand Down Expand Up @@ -108,6 +109,10 @@ await api.logout();

## Breaking Changes

### v0.11.0

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

### v0.10.0

* Updated build target to ES2018. [#712](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/712)
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jellyfin/sdk",
"version": "0.10.0",
"version": "0.11.0",
"description": "A TypeScript SDK for Jellyfin.",
"keywords": [
"jellyfin"
Expand Down

0 comments on commit 09d031b

Please sign in to comment.