Skip to content

Commit

Permalink
Merge pull request #713 from thornbill/v0.10.0
Browse files Browse the repository at this point in the history
Prepare for v0.10.0 release
  • Loading branch information
thornbill authored Jun 3, 2024
2 parents 1150b9f + 6cdb22e commit 3731e47
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.10.0 | 10.9.x |
| 0.9.0 | 10.9.x |
| 0.8.2 - 0.6.0 | 10.8.1 - 10.8.13 |
| 0.5.0 | 10.8.0 |
Expand Down Expand Up @@ -107,6 +108,10 @@ await api.logout();

## Breaking Changes

### v0.10.0

* Updated build target to ES2018. [#712](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/712)

### v0.9.0

* Updated OpenAPI spec for Jellyfin 10.9.1. [#694](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/694)
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.9.0",
"version": "0.10.0",
"description": "A TypeScript SDK for Jellyfin.",
"keywords": [
"jellyfin"
Expand Down

0 comments on commit 3731e47

Please sign in to comment.