Skip to content

Commit 2dcf35f

Browse files
Version Packages
1 parent 5e5d88e commit 2dcf35f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.changeset/eight-ways-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
# youtube-transcript-api-js
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- be6e33a: update package name with imports
8+
39
## 2.0.0
410

511
### Major Changes
612

713
- Renamed package from `@rajat-mehra/youtube-transcript-api-js` to `youtube-transcript-api-js`
814

915
**Migration:** Update your imports and package.json dependency:
16+
1017
```bash
1118
npm uninstall @rajat-mehra/youtube-transcript-api-js
1219
npm install youtube-transcript-api-js
1320
```
1421

1522
Then update all imports:
23+
1624
```typescript
1725
// Before
1826
import { YouTubeTranscriptApi } from '@rajat-mehra/youtube-transcript-api-js';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "youtube-transcript-api-js",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A lightweight JavaScript API for retrieving transcripts and subtitles from YouTube videos. Works with both manual and auto-generated captions without requiring API keys or browser automation tools like Selenium.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)