Prepare for v0.10.0 release

This commit is contained in:
Bill Thornton 2024-06-03 15:57:08 -04:00
parent 1150b9fa45
commit 6cdb22ea87
3 changed files with 8 additions and 3 deletions

View File

@ -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
View File

@ -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",

View File

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