mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-22 21:49:48 +00:00
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
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:
commit
09d031bddd
@ -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
4
package-lock.json
generated
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jellyfin/sdk",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"description": "A TypeScript SDK for Jellyfin.",
|
||||
"keywords": [
|
||||
"jellyfin"
|
||||
|
Loading…
Reference in New Issue
Block a user