mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-27 00:01:19 +00:00
Prepare for v0.10.0 release
This commit is contained in:
parent
1150b9fa45
commit
6cdb22ea87
@ -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 |
|
||||
@ -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)
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jellyfin/sdk",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jellyfin/sdk",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"@openapitools/openapi-generator-cli": "2.13.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jellyfin/sdk",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"description": "A TypeScript SDK for Jellyfin.",
|
||||
"keywords": [
|
||||
"jellyfin"
|
||||
|
Loading…
Reference in New Issue
Block a user