Skip to content

Commit

Permalink
chore(release): 0.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.1](v0.4.0...v0.4.1) (2025-01-19)

### Bug Fixes

* Add missing exports for `PlaylistManager` ([adcf55a](adcf55a))
  • Loading branch information
semantic-release-bot committed Jan 19, 2025
1 parent 794c398 commit 6d17978
Show file tree
Hide file tree
Showing 12 changed files with 235 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.1](https://github.com/suzuki3jp/youtubes.js/compare/v0.4.0...v0.4.1) (2025-01-19)


### Bug Fixes

* Add missing exports for `PlaylistManager` ([adcf55a](https://github.com/suzuki3jp/youtubes.js/commit/adcf55a8bbce6a00484fa20b2c00b51a72e5010b))

# [0.4.0](https://github.com/suzuki3jp/youtubes.js/compare/v0.3.0...v0.4.0) (2025-01-19)


Expand Down
9 changes: 9 additions & 0 deletions docs/api/youtubes.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@ The credentials for a `StaticOAuthProvider`
</td><td>


</td></tr>
<tr><td>

[UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md)


</td><td>


</td></tr>
</tbody></table>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.playlistmanager.updatebyid.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ options

</td><td>

UpdatePlaylistOptions
[UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md)


</td><td>
Expand Down
11 changes: 11 additions & 0 deletions docs/api/youtubes.js.updateplaylistoptions.defaultlanguage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [youtubes.js](./youtubes.js.md) &gt; [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) &gt; [defaultLanguage](./youtubes.js.updateplaylistoptions.defaultlanguage.md)

## UpdatePlaylistOptions.defaultLanguage property

**Signature:**

```typescript
defaultLanguage?: string;
```
11 changes: 11 additions & 0 deletions docs/api/youtubes.js.updateplaylistoptions.description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [youtubes.js](./youtubes.js.md) &gt; [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) &gt; [description](./youtubes.js.updateplaylistoptions.description.md)

## UpdatePlaylistOptions.description property

**Signature:**

```typescript
description?: string;
```
11 changes: 11 additions & 0 deletions docs/api/youtubes.js.updateplaylistoptions.id.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [youtubes.js](./youtubes.js.md) &gt; [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) &gt; [id](./youtubes.js.updateplaylistoptions.id.md)

## UpdatePlaylistOptions.id property

**Signature:**

```typescript
id: string;
```
14 changes: 14 additions & 0 deletions docs/api/youtubes.js.updateplaylistoptions.localizations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [youtubes.js](./youtubes.js.md) &gt; [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) &gt; [localizations](./youtubes.js.updateplaylistoptions.localizations.md)

## UpdatePlaylistOptions.localizations property

**Signature:**

```typescript
localizations?: Record<string, {
title: string;
description: string;
}>;
```
146 changes: 146 additions & 0 deletions docs/api/youtubes.js.updateplaylistoptions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [youtubes.js](./youtubes.js.md) &gt; [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md)

## UpdatePlaylistOptions interface

**Signature:**

```typescript
export interface UpdatePlaylistOptions
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[defaultLanguage?](./youtubes.js.updateplaylistoptions.defaultlanguage.md)


</td><td>


</td><td>

string


</td><td>

_(Optional)_


</td></tr>
<tr><td>

[description?](./youtubes.js.updateplaylistoptions.description.md)


</td><td>


</td><td>

string


</td><td>

_(Optional)_


</td></tr>
<tr><td>

[id](./youtubes.js.updateplaylistoptions.id.md)


</td><td>


</td><td>

string


</td><td>


</td></tr>
<tr><td>

[localizations?](./youtubes.js.updateplaylistoptions.localizations.md)


</td><td>


</td><td>

Record&lt;string, { title: string; description: string; }&gt;


</td><td>

_(Optional)_


</td></tr>
<tr><td>

[privacy?](./youtubes.js.updateplaylistoptions.privacy.md)


</td><td>


</td><td>

[Privacy](./youtubes.js.privacy.md)


</td><td>

_(Optional)_


</td></tr>
<tr><td>

[title](./youtubes.js.updateplaylistoptions.title.md)


</td><td>


</td><td>

string


</td><td>


</td></tr>
</tbody></table>
11 changes: 11 additions & 0 deletions docs/api/youtubes.js.updateplaylistoptions.privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [youtubes.js](./youtubes.js.md) &gt; [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) &gt; [privacy](./youtubes.js.updateplaylistoptions.privacy.md)

## UpdatePlaylistOptions.privacy property

**Signature:**

```typescript
privacy?: Privacy;
```
11 changes: 11 additions & 0 deletions docs/api/youtubes.js.updateplaylistoptions.title.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [youtubes.js](./youtubes.js.md) &gt; [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) &gt; [title](./youtubes.js.updateplaylistoptions.title.md)

## UpdatePlaylistOptions.title property

**Signature:**

```typescript
title: string;
```
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,7 +1,7 @@
{
"name": "youtubes.js",
"description": "A JavaScript client for YouTube Data API v3.",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
Expand Down

0 comments on commit 6d17978

Please sign in to comment.