Merge pull request #820 from thornbill/v0.11.0
Some checks failed
Code quality / Lint (push) Has been cancelled
Code quality / TypeScript Build (push) Has been cancelled
CodeQL / Analyze (typescript) (push) Has been cancelled
SDK Documentation Publish / Build Documentation (push) Has been cancelled
SDK Unstable Branch / update (push) Has been cancelled
Test / Test (push) Has been cancelled
SDK Documentation Publish / Deploy to GitHub Pages (push) Has been cancelled

Prepare for v0.11.0 release
This commit is contained in:
Bill Thornton 2024-10-28 17:08:52 -04:00 committed by GitHub
commit 09d031bddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View File

@ -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 |
@ -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)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@jellyfin/sdk",
"version": "0.10.0",
"version": "0.11.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jellyfin/sdk",
"version": "0.10.0",
"version": "0.11.0",
"license": "MPL-2.0",
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.14.1",

View File

@ -1,6 +1,6 @@
{
"name": "@jellyfin/sdk",
"version": "0.10.0",
"version": "0.11.0",
"description": "A TypeScript SDK for Jellyfin.",
"keywords": [
"jellyfin"