Skip to content

Commit 52d2de8

Browse files
authored
Merge pull request #19 from JacobLinCool/changeset-release/main
Release Packages
2 parents 05ce4e6 + 39a2647 commit 52d2de8

8 files changed

Lines changed: 56 additions & 35 deletions

File tree

.changeset/real-doors-deliver.md

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

.changeset/weak-crabs-tie.md

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

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# baha-anime-dl-cli
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`05ce4e6`](https://github.com/JacobLinCool/baha-anime-dl/commit/05ce4e6902eddcefd24526abcdcd871b8d7a7f1f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Upgrade deps and ESM only
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`05ce4e6`](https://github.com/JacobLinCool/baha-anime-dl/commit/05ce4e6902eddcefd24526abcdcd871b8d7a7f1f), [`e66fe98`](https://github.com/JacobLinCool/baha-anime-dl/commit/e66fe98790a518655ab9f99e1265f6607a645f46)]:
12+
- baha-anime-dl@0.1.0
13+
- baha-anime-dl-ext@1.0.0
14+
315
## 0.0.1
416

517
### Patch Changes
618

7-
- [`7724645`](https://github.com/JacobLinCool/baha-anime-dl/commit/77246458fd99998f0ce0e168676fcbc16d02721f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - cli tool
19+
- [`7724645`](https://github.com/JacobLinCool/baha-anime-dl/commit/77246458fd99998f0ce0e168676fcbc16d02721f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - cli tool
820

9-
- Updated dependencies [[`1f1eb2b`](https://github.com/JacobLinCool/baha-anime-dl/commit/1f1eb2bf01379a2703b869c78add48967927a22e)]:
10-
- baha-anime-dl@0.0.5
11-
- baha-anime-dl-ext@0.0.5
21+
- Updated dependencies [[`1f1eb2b`](https://github.com/JacobLinCool/baha-anime-dl/commit/1f1eb2bf01379a2703b869c78add48967927a22e)]:
22+
- baha-anime-dl@0.0.5
23+
- baha-anime-dl-ext@0.0.5

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "baha-anime-dl-cli",
33
"description": "This tool is used to download low quality Anime from Bahamut.",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"author": "JacobLinCool <jacoblincool@gmail.com> (https://jacoblin.cool)",
66
"license": "AGPL-3.0",
77
"keywords": [],

packages/core/CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,41 @@
11
# baha-anime-dl
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`05ce4e6`](https://github.com/JacobLinCool/baha-anime-dl/commit/05ce4e6902eddcefd24526abcdcd871b8d7a7f1f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Upgrade deps and ESM only
8+
9+
### Patch Changes
10+
11+
- [`e66fe98`](https://github.com/JacobLinCool/baha-anime-dl/commit/e66fe98790a518655ab9f99e1265f6607a645f46) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Default AES-128 decryption IV to 0
12+
313
## 0.0.5
414

515
### Patch Changes
616

7-
- [`1f1eb2b`](https://github.com/JacobLinCool/baha-anime-dl/commit/1f1eb2bf01379a2703b869c78add48967927a22e) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Use @fetch-impl
17+
- [`1f1eb2b`](https://github.com/JacobLinCool/baha-anime-dl/commit/1f1eb2bf01379a2703b869c78add48967927a22e) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Use @fetch-impl
818

919
## 0.0.4
1020

1121
### Patch Changes
1222

13-
- [`0d7522f`](https://github.com/JacobLinCool/baha-anime-dl/commit/0d7522f8912a34127391fc2d50ce04485c9a3907) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - `.meta` and `.playlist` will now be rejected if login is required
23+
- [`0d7522f`](https://github.com/JacobLinCool/baha-anime-dl/commit/0d7522f8912a34127391fc2d50ce04485c9a3907) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - `.meta` and `.playlist` will now be rejected if login is required
1424

1525
## 0.0.3
1626

1727
### Patch Changes
1828

19-
- [`623d993`](https://github.com/JacobLinCool/baha-anime-dl/commit/623d993532b6ee72ca52a59bb0e3d42a531a4ee2) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Use exponential backoff for fetch retries
29+
- [`623d993`](https://github.com/JacobLinCool/baha-anime-dl/commit/623d993532b6ee72ca52a59bb0e3d42a531a4ee2) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Use exponential backoff for fetch retries
2030

2131
## 0.0.2
2232

2333
### Patch Changes
2434

25-
- [`d5883bf`](https://github.com/JacobLinCool/baha-anime-dl/commit/d5883bf1f0f3d6d2004bd028cfb72d9d0ad07cd6) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - The `Downloader.init` method will now be called by `Downloader.download` internally
35+
- [`d5883bf`](https://github.com/JacobLinCool/baha-anime-dl/commit/d5883bf1f0f3d6d2004bd028cfb72d9d0ad07cd6) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - The `Downloader.init` method will now be called by `Downloader.download` internally
2636

2737
## 0.0.1
2838

2939
### Patch Changes
3040

31-
- [`1d6d5ef`](https://github.com/JacobLinCool/baha-anime-dl/commit/1d6d5efb46182c75ddfb9537767f8f829810ac2d) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Mark download_m3u8 as internal method
41+
- [`1d6d5ef`](https://github.com/JacobLinCool/baha-anime-dl/commit/1d6d5efb46182c75ddfb9537767f8f829810ac2d) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Mark download_m3u8 as internal method

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "baha-anime-dl",
33
"description": "This tool is used to download low quality Anime from Bahamut.",
4-
"version": "0.0.5",
4+
"version": "0.1.0",
55
"author": "JacobLinCool <jacoblincool@gmail.com> (https://jacoblin.cool)",
66
"license": "AGPL-3.0",
77
"keywords": [],

packages/ext/CHANGELOG.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,54 @@
11
# baha-anime-dl
22

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- [`05ce4e6`](https://github.com/JacobLinCool/baha-anime-dl/commit/05ce4e6902eddcefd24526abcdcd871b8d7a7f1f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Upgrade deps and ESM only
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`05ce4e6`](https://github.com/JacobLinCool/baha-anime-dl/commit/05ce4e6902eddcefd24526abcdcd871b8d7a7f1f), [`e66fe98`](https://github.com/JacobLinCool/baha-anime-dl/commit/e66fe98790a518655ab9f99e1265f6607a645f46)]:
12+
- baha-anime-dl@0.1.0
13+
314
## 0.0.5
415

516
### Patch Changes
617

7-
- [`1f1eb2b`](https://github.com/JacobLinCool/baha-anime-dl/commit/1f1eb2bf01379a2703b869c78add48967927a22e) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Use @fetch-impl
18+
- [`1f1eb2b`](https://github.com/JacobLinCool/baha-anime-dl/commit/1f1eb2bf01379a2703b869c78add48967927a22e) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Use @fetch-impl
819

9-
- Updated dependencies [[`1f1eb2b`](https://github.com/JacobLinCool/baha-anime-dl/commit/1f1eb2bf01379a2703b869c78add48967927a22e)]:
10-
- baha-anime-dl@0.0.5
20+
- Updated dependencies [[`1f1eb2b`](https://github.com/JacobLinCool/baha-anime-dl/commit/1f1eb2bf01379a2703b869c78add48967927a22e)]:
21+
- baha-anime-dl@0.0.5
1122

1223
## 0.0.4
1324

1425
### Patch Changes
1526

16-
- Updated dependencies [[`0d7522f`](https://github.com/JacobLinCool/baha-anime-dl/commit/0d7522f8912a34127391fc2d50ce04485c9a3907)]:
17-
- baha-anime-dl@0.0.4
27+
- Updated dependencies [[`0d7522f`](https://github.com/JacobLinCool/baha-anime-dl/commit/0d7522f8912a34127391fc2d50ce04485c9a3907)]:
28+
- baha-anime-dl@0.0.4
1829

1930
## 0.0.3
2031

2132
### Patch Changes
2233

23-
- Updated dependencies [[`623d993`](https://github.com/JacobLinCool/baha-anime-dl/commit/623d993532b6ee72ca52a59bb0e3d42a531a4ee2)]:
24-
- baha-anime-dl@0.0.3
34+
- Updated dependencies [[`623d993`](https://github.com/JacobLinCool/baha-anime-dl/commit/623d993532b6ee72ca52a59bb0e3d42a531a4ee2)]:
35+
- baha-anime-dl@0.0.3
2536

2637
## 0.0.2
2738

2839
### Patch Changes
2940

30-
- Updated dependencies [[`d5883bf`](https://github.com/JacobLinCool/baha-anime-dl/commit/d5883bf1f0f3d6d2004bd028cfb72d9d0ad07cd6)]:
31-
- baha-anime-dl@0.0.2
41+
- Updated dependencies [[`d5883bf`](https://github.com/JacobLinCool/baha-anime-dl/commit/d5883bf1f0f3d6d2004bd028cfb72d9d0ad07cd6)]:
42+
- baha-anime-dl@0.0.2
3243

3344
## 0.0.1
3445

3546
### Patch Changes
3647

37-
- [`7650067`](https://github.com/JacobLinCool/baha-anime-dl/commit/765006777e52e7ddead7a00473ce6bd7f6f5f4ac) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - First release with `merge` and enhanced `build`
48+
- [`7650067`](https://github.com/JacobLinCool/baha-anime-dl/commit/765006777e52e7ddead7a00473ce6bd7f6f5f4ac) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - First release with `merge` and enhanced `build`
3849

3950
## 0.0.1
4051

4152
### Patch Changes
4253

43-
- [`1d6d5ef`](https://github.com/JacobLinCool/baha-anime-dl/commit/1d6d5efb46182c75ddfb9537767f8f829810ac2d) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Mark download_m3u8 as internal method
54+
- [`1d6d5ef`](https://github.com/JacobLinCool/baha-anime-dl/commit/1d6d5efb46182c75ddfb9537767f8f829810ac2d) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Mark download_m3u8 as internal method

packages/ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "baha-anime-dl-ext",
33
"description": "This tool is used to download low quality Anime from Bahamut.",
4-
"version": "0.0.5",
4+
"version": "1.0.0",
55
"author": "JacobLinCool <jacoblincool@gmail.com> (https://jacoblin.cool)",
66
"license": "AGPL-3.0",
77
"keywords": [],

0 commit comments

Comments
 (0)